Home
last modified time | relevance | path

Searched refs:__is_callable (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_callable.h28 struct __is_callable : decltype(std::__is_callable_helper<_Func, _Args...>(0)) {}; struct
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dminmax.h43 static_assert(__is_callable<_Compare, _Tp, _Tp>::value, "The comparator has to be callable"); in minmax()
H A Dmin_element.h56__is_callable<_Compare, decltype(*__first), decltype(*__first)>::value, "The comparator has to be … in min_element()
H A Dincludes.h57__is_callable<_Compare, decltype(*__first1), decltype(*__first2)>::value, "Comparator has to be ca… in includes()
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 Dpartial_sort_copy.h80 __is_callable<_Compare, decltype(*__first), decltype(*__result_first)>::value, "Comparator has to be callable"); in partial_sort_copy()
H A Dequal_range.h65 …static_assert(__is_callable<_Compare, decltype(*__first), const _Tp&>::value, "The comparator has … in equal_range()
H A Dminmax_element.h87__is_callable<_Compare, decltype(*__first), decltype(*__first)>::value, "The comparator has to be … in minmax_element()
H A Dlower_bound.h96 …static_assert(__is_callable<_Compare, decltype(*__first), const _Tp&>::value, "The comparator has … in lower_bound()
H A Dsearch_n.h142__is_callable<_BinaryPredicate, decltype(*__first), const _Tp&>::value, "BinaryPredicate has to be… in search_n()
H A Dsearch.h169 static_assert(__is_callable<_BinaryPredicate, decltype(*__first1), decltype(*__first2)>::value, in search()