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

#include <OpticalRawDigit.h>

Public Member Functions

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

Detailed Description

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

Definition at line 57 of file OpticalRawDigit.h.

Member Function Documentation

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

Definition at line 60 of file OpticalRawDigit.h.

61  {
62  return (*lhs) < (*rhs);
63  }

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