Home
last modified time | relevance | path

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

/third_party/boost/libs/container/bench/
Dbench_set.hpp272 bool check_all_not_empty(boost::container::vector< std::pair<Iterator, Iterator > > &iterator_pairs) in check_all_not_empty() argument
274 for(std::size_t i = 0, max = iterator_pairs.size(); i != max; ++i){ in check_all_not_empty()
275 if(iterator_pairs[i].first == iterator_pairs[i].second) in check_all_not_empty()