Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4EnhancedVecAllocator.hh File Reference
#include "G4Types.hh"

Go to the source code of this file.

Classes

struct  G4ChunkType
struct  G4ChunkIndexType
class  G4AllocStats
class  G4EnhancedVecAllocator< _Tp >
 G4EnhancedVecAllocator is a class for fast allocation of STL vectors through a static pool. It's meant to be used as alternative allocator for STL vectors. More...
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 269 of file G4EnhancedVecAllocator.hh.

271{ return false; }

◆ operator==()

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

Definition at line 260 of file G4EnhancedVecAllocator.hh.

262{ return true; }