Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
less Struct Reference

Public Member Functions

template<typename T>
bool operator() (const T &lhs, const T &rhs) const

Detailed Description

Definition at line 7552 of file pugixml.cc.

Member Function Documentation

◆ operator()()

template<typename T>
bool less::operator() ( const T & lhs,
const T & rhs ) const
inline

Definition at line 7554 of file pugixml.cc.

7555 {
7556 return lhs < rhs;
7557 }

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