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

#include <MCHit.h>

Public Member Functions

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

Detailed Description

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

Definition at line 105 of file MCHit.h.

Member Function Documentation

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

Definition at line 108 of file MCHit.h.

109  { return (*lhs) < (*rhs); }

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