Searched defs:has_overloaded_addressof (Results 1 – 1 of 1) sorted by relevance
211 struct has_overloaded_addressof struct214 constexpr static bool has_overload(...) { return false; } in has_overload()217 constexpr static bool has_overload(bool) { return true; } in has_overload()219 constexpr static bool value = has_overload<T>(true);