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