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

Public Member Functions

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

Detailed Description

Definition at line 7544 of file pugixml.cc.

Member Function Documentation

◆ operator()()

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

Definition at line 7546 of file pugixml.cc.

7547 {
7548 return lhs != rhs;
7549 }

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