stldb::iter_less
// In header: </Users/bobw/workspace/stldb_lib/stldb/containers/iter_less.h> template<typename iterator_type> struct iter_less { // public member functions bool operator()(const iterator_type &, const iterator_type &) const; };
iter_less
bool operator()(const iterator_type & x, const iterator_type & y) const;