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

#include <BeamGateInfo.h>

Public Member Functions

bool operator() (const sim::BeamGateInfo *lhs, const sim::BeamGateInfo *rhs)
 

Detailed Description

template<>
class std::less< sim::BeamGateInfo * >

Definition at line 62 of file BeamGateInfo.h.

Member Function Documentation

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

Definition at line 65 of file BeamGateInfo.h.

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

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