STLdb

PrevUpHomeNext

Struct template iter_less

stldb::iter_less

Synopsis

// 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;
};

Description

iter_less public member functions

  1. bool operator()(const iterator_type & x, const iterator_type & y) const;

PrevUpHomeNext