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

#include "FIFOChannel.h"

Public Member Functions

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

Detailed Description

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

Definition at line 70 of file FIFOChannel.h.

Member Function Documentation

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

Definition at line 72 of file FIFOChannel.h.

73  {
74  return (*lhs) < (*rhs);
75  }

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