LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
std::less< simb::MCParticle * > Class Template Reference

#include "MCParticle.h"

Public Member Functions

bool operator() (const simb::MCParticle *lhs, const simb::MCParticle *rhs)
 

Detailed Description

template<>
class std::less< simb::MCParticle * >

Definition at line 292 of file MCParticle.h.

Member Function Documentation

bool std::less< simb::MCParticle * >::operator() ( const simb::MCParticle lhs,
const simb::MCParticle rhs 
)
inline

Definition at line 295 of file MCParticle.h.

296  {
297  return (*lhs) < (*rhs);
298  }

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