table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.2.0-17
std::predicate(3cxx) | std::predicate(3cxx) |
NAME¶
std::predicate - [concept.predicate], concept predicate
SYNOPSIS¶
Concept definition¶
template<typename _Fn, typename... _Args> concept std::predicate = regular_invocable<_Fn, _Args...>
&& __detail::__boolean_testable<invoke_result_t<_Fn, _Args...>>
Detailed Description¶
[concept.predicate], concept predicate
Definition at line 344 of file concepts.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Aug 22 2022 | libstdc++ |