![]() |
stldb::iter_less
// In header: </Users/bobw/workspaces/STLdb/stldb_lib/stldb/containers/iter_less.h> template<typename iterator_type> struct iter_less : public std::binary_function< iterator_type, iterator_type, bool > { // public member functions bool operator()(const iterator_type &, const iterator_type &) const; };