Searched refs:has_call_operator (Results 1 – 1 of 1) sorted by relevance
50 constexpr bool has_call_operator() { in has_call_operator() function65 static_assert(has_call_operator<HType&>(), ""); in do_test()66 static_assert(has_call_operator<HType&&>(), ""); in do_test()71 static_assert(!has_call_operator<HType const&>(), ""); in do_test()72 static_assert(!has_call_operator<HType const&&>(), ""); in do_test()