LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 99 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 101 of file MCHit.h.

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

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