Public Member Functions | List of all members
std::less< util::Range< T > * > Class Reference

#include <Range.h>

Public Member Functions

bool operator() (const util::Range< T > *lhs, const util::Range< T > *rhs)
 

Detailed Description

Definition at line 104 of file Range.h.

Member Function Documentation

bool std::less< util::Range< T > * >::operator() ( const util::Range< T > *  lhs,
const util::Range< T > *  rhs 
)
inline

Definition at line 107 of file Range.h.

108  { return (*lhs) < (*rhs); }

The documentation for this class was generated from the following file: