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

58  {
59  return (*lhs) < (*rhs);
60  }

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