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

#include <LArVoxelID.h>

Public Member Functions

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

Detailed Description

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

Definition at line 156 of file LArVoxelID.h.

Member Function Documentation

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

Definition at line 159 of file LArVoxelID.h.

160  {
161  return (*lhs) < (*rhs);
162  }

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