LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 160 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 162 of file LArVoxelID.h.

163  {
164  return (*lhs) < (*rhs);
165  }

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