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

Public Member Functions

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

Detailed Description

Definition at line 7560 of file pugixml.cc.

Member Function Documentation

◆ operator()()

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

Definition at line 7562 of file pugixml.cc.

7563 {
7564 return lhs <= rhs;
7565 }

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