Home
last modified time | relevance | path

Searched defs:has_emplace (Results 1 – 1 of 1) 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