Searched refs:__is_callable (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_callable.h28 struct __is_callable : decltype(std::__is_callable_helper<_Func, _Args...>(0)) {}; struct in inherits:decltype,std::__is_callable_helper
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpstl_frontend_dispatch.h33 if constexpr (__is_callable<_SpecializedImpl, _Args...>::value) {
H A Dlower_bound.h52 static_assert(__is_callable<_Compare, decltype(*__first), const _Tp&>::value, "The comparator has to be callable");
H A Dmin_element.h56 __is_callable<_Compare, decltype(*__first), decltype(*__first)>::value, "The comparator has to be callable");
H A Dminmax.h43 static_assert(__is_callable<_Compare, _Tp, _Tp>::value, "The comparator has to be callable");
H A Dincludes.h57 __is_callable<_Compare, decltype(*__first1), decltype(*__first2)>::value, "Comparator has to be callable");
H A Dpartial_sort_copy.h80 __is_callable<_Compare, decltype(*__first), decltype(*__result_first)>::value, "Comparator has to be callable");
H A Dminmax_element.h87 __is_callable<_Compare, decltype(*__first), decltype(*__first)>::value, "The comparator has to be callable");
H A Dequal_range.h65 static_assert(__is_callable<_Compare, decltype(*__first), const _Tp&>::value, "The comparator has to be callable");
H A Dis_permutation.h252 static_assert(__is_callable<_BinaryPredicate, decltype(*__first1), decltype(*__first2)>::value,
289 static_assert(__is_callable<_BinaryPredicate, decltype(*__first1), decltype(*__first2)>::value,
H A Dsearch.h166 static_assert(__is_callable<_BinaryPredicate, decltype(*__first1), decltype(*__first2)>::value,
H A Dsearch_n.h141 __is_callable<_BinaryPredicate, decltype(*__first), const _Tp&>::value, "BinaryPredicate has to be callable");

Completed in 194 milliseconds