![]() |
OR-Tools
8.2
|
Definition at line 910 of file stl_util.h.
Classes | |
class | rebind |
Public Types | |
using | Base = Alloc |
using | pointer = typename Alloc::pointer |
using | size_type = typename Alloc::size_type |
Public Member Functions | |
STLCountingAllocator () | |
STLCountingAllocator (int64 *b) | |
template<typename U , typename B > | |
STLCountingAllocator (const STLCountingAllocator< U, B > &x) | |
pointer | allocate (size_type n, std::allocator< void >::const_pointer hint=nullptr) |
void | deallocate (pointer p, size_type n) |
int64 * | bytes_used () const |
Public Attributes | |
T | elements |
STL member. More... | |
using Base = Alloc |
Definition at line 912 of file stl_util.h.
using pointer = typename Alloc::pointer |
Definition at line 913 of file stl_util.h.
using size_type = typename Alloc::size_type |
Definition at line 914 of file stl_util.h.
|
inline |
Definition at line 916 of file stl_util.h.
|
inlineexplicit |
Definition at line 917 of file stl_util.h.
|
inline |
Definition at line 921 of file stl_util.h.
Definition at line 924 of file stl_util.h.
|
inline |
Definition at line 946 of file stl_util.h.
Definition at line 931 of file stl_util.h.
|
inherited |
STL member.