Home
last modified time | relevance | path

Searched defs:has_emplace (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
Demplace.pass.cpp216 constexpr auto has_emplace(int) in has_emplace() function
220 constexpr bool has_emplace(long) { return false; } in has_emplace() function
223 constexpr bool has_emplace() { return has_emplace<Args...>(0); } in has_emplace() function
/external/llvm-project/libcxx/test/std/utilities/any/any.class/any.modifiers/
Demplace.pass.cpp213 constexpr auto has_emplace(int) in has_emplace() function
217 constexpr bool has_emplace(long) { return false; } in has_emplace() function
220 constexpr bool has_emplace() { return has_emplace<Args...>(0); } in has_emplace() function