Home
last modified time | relevance | path

Searched refs:indirectly_unary_invocable (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_for_each.h54 indirectly_unary_invocable<projected<_Iter, _Proj>> _Func>
62 indirectly_unary_invocable<projected<iterator_t<_Range>, _Proj>> _Func>
H A Dranges_for_each_n.h41 template <input_iterator _Iter, class _Proj = identity, indirectly_unary_invocable<projected<_Iter, _Proj>> _Func>
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Diterator.cppm
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dconcepts.h178 concept indirectly_unary_invocable = variable
/freebsd/contrib/llvm-project/libcxx/include/
H A Diterator105 concept indirectly_unary_invocable = see below; // since C++20
H A Dalgorithm317 indirectly_unary_invocable<projected<I, Proj>> Fun>
322 indirectly_unary_invocable<projected<iterator_t<R>, Proj>> Fun>
327 indirectly_unary_invocable<projected<I, Proj>> Fun>
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1528 SYMBOL(indirectly_unary_invocable, std::, <iterator>)