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

#include "MCDataHolder.h"

Public Member Functions

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

Detailed Description

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

Definition at line 70 of file MCDataHolder.h.

Member Function Documentation

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

Definition at line 72 of file MCDataHolder.h.

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

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