Create a proxy holding the specified allocator and data value.

Synopsis

Declared in <bslstp_alloc.h>

_STLP_alloc_proxy(
    _MaybeReboundAlloc const& __a,
    _Value __p);

Parameters

Name

Description

__a

allocator stored in this proxy

__p

initial value for _M_data

Created with MrDocs