FreeBSD Manual Pages
std::experi...aryPredicate(3) C++ Standard Libarystd::experi...aryPredicate(3) NAME std::experimental::ranges::IndirectUnaryPredicate - std::experimen- tal::ranges::IndirectUnaryPredicate Synopsis Defined in header <experimental/ranges/iterator> template <class F, class I> concept bool IndirectUnaryPredicate = Readable<I> && CopyConstructible<F> && (ranges TS) Predicate<F&, ranges::value_type_t<I>&> && Predicate<F&, ranges::reference_t<I>> && Predicate<F&, ranges::iter_common_reference_t<I>>; This section is incomplete Reason: add description and extra caveats http://cppreference.com 2022.07.31 std::experi...aryPredicate(3)
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::experimental::ranges::IndirectUnaryPredicate&sektion=3&manpath=FreeBSD+Ports+15.0>
