Public Member Functions | List of all members
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 79 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 82 of file FIFOChannel.h.

83  {
84  return (*lhs) < (*rhs);
85  }

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