Searched defs: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() function