Home
last modified time | relevance | path

Searched refs:RCIterator (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/algorithm/minmax/test/
Dminmax_element_test.cpp120 typedef boost::reverse_iterator<CIterator> RCIterator; in test_minmax() typedef
123 RCIterator rfirst(last), rlast(first), rmin, rmax; in test_minmax()
144 rmin = RCIterator(boost::last_min_element(first, last)); in test_minmax()
148 rmax = RCIterator(boost::last_max_element(first, last)); in test_minmax()
167 rmin = RCIterator(boost::last_min_element(first, last, lc)); in test_minmax()
176 rmax = RCIterator(boost::last_max_element(first, last, lc)); in test_minmax()