Home
last modified time | relevance | path

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

/third_party/boost/libs/range/test/test_function/
Dtrue_predicate.hpp18 struct true_predicate struct
20 typedef bool result_type;
22 bool operator()() const { return true; } in operator ()()
23 template<class Arg> bool operator()(Arg) const { return true; } in operator ()()
24 template<class Arg1, class Arg2> bool operator()(Arg1,Arg2) const { return true; } in operator ()()