Geant4-11
Data Structures | Functions
G4Allocator.hh File Reference
#include <cstddef>
#include <typeinfo>
#include "G4AllocatorPool.hh"

Go to the source code of this file.

Data Structures

class  G4Allocator< Type >
 
class  G4AllocatorBase
 
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 291 of file G4Allocator.hh.

292{
293 return false;
294}

◆ operator==()

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

Definition at line 281 of file G4Allocator.hh.

282{
283 return true;
284}