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

Public Member Functions

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

Detailed Description

Definition at line 7536 of file pugixml.cc.

Member Function Documentation

◆ operator()()

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

Definition at line 7538 of file pugixml.cc.

7539 {
7540 return lhs == rhs;
7541 }

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