Public Member Functions | List of all members
std::less< gar::sdp::BeamGateInfo * > Class Template Reference

#include <BeamGateInfo.h>

Public Member Functions

bool operator() (const gar::sdp::BeamGateInfo *lhs, const gar::sdp::BeamGateInfo *rhs)
 

Detailed Description

template<>
class std::less< gar::sdp::BeamGateInfo * >

Definition at line 74 of file BeamGateInfo.h.

Member Function Documentation

bool std::less< gar::sdp::BeamGateInfo * >::operator() ( const gar::sdp::BeamGateInfo lhs,
const gar::sdp::BeamGateInfo rhs 
)
inline

Definition at line 77 of file BeamGateInfo.h.

78  {
79  return (*lhs) < (*rhs);
80  }

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