Public Member Functions | List of all members
SortByIndex Struct Reference

Public Member Functions

bool operator() (const GenWire *lhs, const GenWire *rhs)
 

Detailed Description

Definition at line 76 of file WireGenerator.cxx.

Member Function Documentation

bool SortByIndex::operator() ( const GenWire *  lhs,
const GenWire *  rhs 
)
inline

Definition at line 77 of file WireGenerator.cxx.

77  {
78  return lhs->index() < rhs->index();
79  }

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