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

#include "ChannelData.h"

Public Member Functions

bool operator() (const optdata::ChannelData *lhs, const optdata::ChannelData *rhs)
 

Detailed Description

template<>
class std::less< optdata::ChannelData * >

Definition at line 58 of file ChannelData.h.

Member Function Documentation

bool std::less< optdata::ChannelData * >::operator() ( const optdata::ChannelData lhs,
const optdata::ChannelData rhs 
)
inline

Definition at line 60 of file ChannelData.h.

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

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