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

#include "MCWireCollection.h"

Public Member Functions

bool operator() (const sim::MCWireCollection *lhs, const sim::MCWireCollection *rhs)
 

Detailed Description

template<>
class std::less< sim::MCWireCollection * >

Definition at line 52 of file MCWireCollection.h.

Member Function Documentation

bool std::less< sim::MCWireCollection * >::operator() ( const sim::MCWireCollection lhs,
const sim::MCWireCollection rhs 
)
inline

Definition at line 54 of file MCWireCollection.h.

55  {
56  return (*lhs) < (*rhs);
57  }

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