| std::predicate(3cxx) | std::predicate(3cxx) |
std::predicate - [concept.predicate], concept predicate
#include <concepts>
template<typename _Fn, typename... _Args>
concept std::predicate = regular_invocable<_Fn, _Args...>
&& __detail::__boolean_testable<invoke_result_t<_Fn, _Args...>>
[concept.predicate], concept predicate
Generated automatically by Doxygen for libstdc++ from the source code.
| libstdc++ |