Searched defs:has_overload (Results 1 – 2 of 2) 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
463 const bool has_overload = in populate_operator_name() local