Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Allocator.hh File Reference
#include <cstddef>
#include "G4AllocatorPool.hh"

Go to the source code of this file.

Classes

class  G4Allocator< Type >
 
struct  G4Allocator< Type >::rebind< U >
 

Functions

template<class T1 , class T2 >
bool operator== (const G4Allocator< T1 > &, const G4Allocator< T2 > &) throw ()
 
template<class T1 , class T2 >
bool operator!= (const G4Allocator< T1 > &, const G4Allocator< T2 > &) throw ()
 

Function Documentation

◆ operator!=()

template<class T1 , class T2 >
bool operator!= ( const G4Allocator< T1 > &  ,
const G4Allocator< T2 > &   
)
throw (
)

Definition at line 264 of file G4Allocator.hh.

265{
266 return false;
267}

◆ operator==()

template<class T1 , class T2 >
bool operator== ( const G4Allocator< T1 > &  ,
const G4Allocator< T2 > &   
)
throw (
)

Definition at line 254 of file G4Allocator.hh.

255{
256 return true;
257}