Public Member Functions | List of all members
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 73 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 76 of file MCDataHolder.h.

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

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