allocator_type get_allocator() const;
|
|
(hasta C++11) |
allocator_type get_allocator() const noexcept;
|
|
(desde C++11) (hasta C++20) |
constexpr allocator_type get_allocator() const noexcept;
|
|
(desde C++20) |
| | |
Devuelve el asignador de memoria asociado con el contenedor.
Parámetros
(Ninguno)
Valor de retorno
El asignador de memoria asociado.
Complejidad
Constante.