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

#include "MCWire.h"

Public Member Functions

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

Detailed Description

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

Definition at line 55 of file MCWire.h.

Member Function Documentation

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

Definition at line 57 of file MCWire.h.

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

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