LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 53 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 55 of file OpticalRawDigit.h.

56  {
57  return (*lhs) < (*rhs);
58  }

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