All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
std::less< flashmatch::TimeRange * > Class Template Reference

#include <TimeRange.h>

Public Member Functions

bool operator() (const flashmatch::TimeRange *lhs, const flashmatch::TimeRange *rhs)
 

Detailed Description

template<>
class std::less< flashmatch::TimeRange * >

Definition at line 163 of file TimeRange.h.

Member Function Documentation

bool std::less< flashmatch::TimeRange * >::operator() ( const flashmatch::TimeRange lhs,
const flashmatch::TimeRange rhs 
)
inline

Definition at line 166 of file TimeRange.h.

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

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