std::predicate(3) Library Functions Manual std::predicate(3) NAME std::predicate - [concept.predicate], concept predicate SYNOPSIS #include Concept definition template concept predicate = regular_invocable<_Fn, _Args...> && __detail::__boolean_testable> Detailed Description [concept.predicate], concept predicate Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ std::predicate(3)