Geant4-11
Data Structures | Functions
G4EnhancedVecAllocator.hh File Reference
#include "G4Types.hh"

Go to the source code of this file.

Data Structures

class  G4AllocStats
 
struct  G4ChunkIndexType
 
struct  G4ChunkType
 
class  G4EnhancedVecAllocator< _Tp >
 
struct  G4EnhancedVecAllocator< _Tp >::rebind< _Tp1 >
 

Functions

template<typename _T1 , typename _T2 >
G4bool operator!= (const G4EnhancedVecAllocator< _T1 > &, const G4EnhancedVecAllocator< _T2 > &)
 
template<typename _T1 , typename _T2 >
G4bool operator== (const G4EnhancedVecAllocator< _T1 > &, const G4EnhancedVecAllocator< _T2 > &)
 

Function Documentation

◆ operator!=()

template<typename _T1 , typename _T2 >
G4bool operator!= ( const G4EnhancedVecAllocator< _T1 > &  ,
const G4EnhancedVecAllocator< _T2 > &   
)
inline

Definition at line 264 of file G4EnhancedVecAllocator.hh.

266{ return false; }

◆ operator==()

template<typename _T1 , typename _T2 >
G4bool operator== ( const G4EnhancedVecAllocator< _T1 > &  ,
const G4EnhancedVecAllocator< _T2 > &   
)
inline

Definition at line 255 of file G4EnhancedVecAllocator.hh.

257{ return true; }