![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
The concept indirect_unary_predicate
specifies requirements for algorithms that call unary predicates as their arguments. The key difference between this concept and vccc::predicate
is that it is applied to the type that I
references, rather than I
itself.