Searched refs:has_emplace_method (Results 1 – 2 of 2) sorted by relevance
46 struct has_emplace_method struct65 inline constexpr bool has_emplace_method_v = has_emplace_method<T>::value;
359 struct has_emplace_method struct422 typename std::enable_if<has_emplace_method<Container>::value &&