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

#include "ChData.h"

Public Member Functions

bool operator() (const lariov::ChData *lhs, const lariov::ChData *rhs)
 

Detailed Description

template<>
class std::less< lariov::ChData * >

Definition at line 46 of file ChData.h.

Member Function Documentation

bool std::less< lariov::ChData * >::operator() ( const lariov::ChData lhs,
const lariov::ChData rhs 
)
inline

Definition at line 48 of file ChData.h.

49  {
50  return (*lhs) < (*rhs);
51  }

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