Public Member Functions | List of all members
recob::OpFlashSortByTime Struct Reference

#include <OpFlash.h>

Public Member Functions

bool operator() (recob::OpFlash const &i, recob::OpFlash const &j) const
 

Detailed Description

Definition at line 126 of file OpFlash.h.

Member Function Documentation

bool recob::OpFlashSortByTime::operator() ( recob::OpFlash const &  i,
recob::OpFlash const &  j 
) const
inline

Definition at line 127 of file OpFlash.h.

128  { return i.Time() < j.Time(); }

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