Proxy combining an allocator with a stored value for STLPort containers.
Synopsis
Declared in <bslstp_alloc.h>
template<
class _Value,
class _Tp,
class _MaybeReboundAlloc>
class _STLP_alloc_proxy
: public BloombergLP::bslalg::ContainerBase<_MaybeReboundAlloc>
Base Classes
Name |
Description |
|
Allocator proxy base class for STL‐style containers. |
Type Aliases
Name |
Description |
Alias for the (template parameter) |
Member Functions
Name |
Description |
|
Create a proxy holding the specified allocator and data value. |
Return |
|
Return a copy of the allocator held by this proxy. |
Data Members
Name |
Description |
Data member managed by this allocator proxy. |
Created with MrDocs