Searched refs:has_overload (Results 1 – 1 of 1) sorted by relevance
214 constexpr static bool has_overload(...) { return false; } in has_overload() function217 constexpr static bool has_overload(bool) { return true; } in has_overload() function219 constexpr static bool value = has_overload<T>(true);