VCCC  2024.05
VisualCamp Common C++ library
indirect_unary_predicate< F, I > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__iterator/indirect_unary_predicate.hpp>

+ Inheritance diagram for indirect_unary_predicate< F, I >:

Detailed Description

template<typename F, typename I>
struct vccc::indirect_unary_predicate< F, I >

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.

See also
std::indirect_unary_predicate

The documentation for this struct was generated from the following file: