Home
last modified time | relevance | path

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

/third_party/boost/boost/poly_collection/
Dalgorithm.hpp1089 struct partition_point_pred struct
1091 partition_point_pred(const Predicate& pred):pred(pred){} in partition_point_pred() argument
1094 bool operator()(const Iterator& it)const in operator ()()
1103 Predicate pred;