Home
last modified time | relevance | path

Searched defs:value_predicate (Results 1 – 1 of 1) sorted by relevance

/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx11/
Dis_permutation.hpp31 struct value_predicate { struct
32 value_predicate ( Predicate p, Iterator it ) : p_ ( p ), it_ ( it ) {} in value_predicate() function
35 bool operator () ( const T1 &t1 ) const { return p_ ( *it_, t1 ); } in operator ()()
37 Predicate p_;
38 Iterator it_;