Geant4-11
Public Member Functions | Private Attributes
anonymous_namespace{G4AttValueFilterT.hh}::IsEqual< T > Class Template Reference

#include <G4AttValueFilterT.hh>

Public Member Functions

 IsEqual (const T &value)
 
bool operator() (const std::pair< const G4String, T > &myPair) const
 

Private Attributes

fValue
 

Detailed Description

template<typename T>
class anonymous_namespace{G4AttValueFilterT.hh}::IsEqual< T >

Definition at line 43 of file G4AttValueFilterT.hh.

Constructor & Destructor Documentation

◆ IsEqual()

template<typename T >
anonymous_namespace{G4AttValueFilterT.hh}::IsEqual< T >::IsEqual ( const T &  value)
inline

Member Function Documentation

◆ operator()()

template<typename T >
bool anonymous_namespace{G4AttValueFilterT.hh}::IsEqual< T >::operator() ( const std::pair< const G4String, T > &  myPair) const
inline

Definition at line 46 of file G4AttValueFilterT.hh.

47 {
48 return myPair.second == fValue;
49 }

Field Documentation

◆ fValue

template<typename T >
T anonymous_namespace{G4AttValueFilterT.hh}::IsEqual< T >::fValue
private

Definition at line 51 of file G4AttValueFilterT.hh.


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