OR-Tools  8.2
STLCountingAllocator< void, A >

Detailed Description

template<typename A>
class gtl::STLCountingAllocator< void, A >

Definition at line 953 of file stl_util.h.

Classes

class  rebind
 

Public Member Functions

 STLCountingAllocator ()
 
 STLCountingAllocator (int64 *b)
 
template<typename U , typename B >
 STLCountingAllocator (const STLCountingAllocator< U, B > &x)
 
int64bytes_used () const
 

Constructor & Destructor Documentation

◆ STLCountingAllocator() [1/3]

Definition at line 955 of file stl_util.h.

◆ STLCountingAllocator() [2/3]

STLCountingAllocator ( int64 b)
inlineexplicit

Definition at line 956 of file stl_util.h.

◆ STLCountingAllocator() [3/3]

STLCountingAllocator ( const STLCountingAllocator< U, B > &  x)
inline

Definition at line 960 of file stl_util.h.

Member Function Documentation

◆ bytes_used()

int64 * bytes_used ( ) const
inline

Definition at line 970 of file stl_util.h.


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