Searched defs:has_emplace_init_list (Results 1 – 2 of 2) sorted by relevance
227 constexpr auto has_emplace_init_list(int) in has_emplace_init_list() function233 constexpr bool has_emplace_init_list(long) { return false; } in has_emplace_init_list() function236 constexpr bool has_emplace_init_list() { return has_emplace_init_list<Args...>(0); } in has_emplace_init_list() function
224 constexpr auto has_emplace_init_list(int) in has_emplace_init_list() function230 constexpr bool has_emplace_init_list(long) { return false; } in has_emplace_init_list() function233 constexpr bool has_emplace_init_list() { return has_emplace_init_list<Args...>(0); } in has_emplace_init_list() function