#include <stl_utils.h>
Public Member Functions | |
indexed_lt_functor (const Indexable &c) | |
template<typename I > | |
bool | operator() (const I &lhs, const I &rhs) |
Public Attributes | |
const Indexable & | container |
Definition at line 32 of file stl_utils.h.
indexed_lt_functor | ( | const Indexable & | c ) | [inline] |
Definition at line 34 of file stl_utils.h.
bool operator() | ( | const I & | lhs, |
const I & | rhs | ||
) | [inline] |
Definition at line 36 of file stl_utils.h.
const Indexable& container |
Definition at line 33 of file stl_utils.h.