Public Member Functions | List of all members
std::less< optdata::ChannelData * > Class Template Reference

#include <ChannelData.h>

Public Member Functions

bool operator() (const optdata::ChannelData *lhs, const optdata::ChannelData *rhs)
 

Detailed Description

template<>
class std::less< optdata::ChannelData * >

Definition at line 63 of file ChannelData.h.

Member Function Documentation

bool std::less< optdata::ChannelData * >::operator() ( const optdata::ChannelData lhs,
const optdata::ChannelData rhs 
)
inline

Definition at line 66 of file ChannelData.h.

67  {
68  return (*lhs) < (*rhs);
69  }

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