Searched defs:has_emplace (Results 1 – 2 of 2) sorted by relevance
216 constexpr auto has_emplace(int) in has_emplace() function220 constexpr bool has_emplace(long) { return false; } in has_emplace() function223 constexpr bool has_emplace() { return has_emplace<Args...>(0); } in has_emplace() function
213 constexpr auto has_emplace(int) in has_emplace() function217 constexpr bool has_emplace(long) { return false; } in has_emplace() function220 constexpr bool has_emplace() { return has_emplace<Args...>(0); } in has_emplace() function