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

#include <MCWireCollection.h>

Public Member Functions

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

Detailed Description

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

Definition at line 57 of file MCWireCollection.h.

Member Function Documentation

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

Definition at line 60 of file MCWireCollection.h.

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

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