std::scoped_allocator_adaptor::outer_allocator
De cppreference.com
<tbody>
</tbody>
| Definido en el archivo de encabezado <scoped_allocator>
|
||
outer_allocator_type& outer_allocator() noexcept; |
(1) | (desde C++11) |
const outer_allocator_type& outer_allocator() const noexcept; |
(2) | (desde C++11) |
Obtiene una referencia al asignador externo utilizado para declarar esta clase.
1) Devuelve
static_cast<OuterAlloc&>(*this).2) Devuelve
static_cast<const OuterAlloc&>(*this).Parámetros
(Ninguno)
Valor de retorno
Una referencia as OuterAlloc.
Véase también
obtiene una referencia inner_allocatorOriginal: obtains an inner_allocator referenceThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función miembro pública) |