Freigeben über


scoped_allocator_adaptor::inner_allocator-Methode

Ruft einen Verweis auf dem gespeicherten Objekt des Typs inner_allocator_type ab.

inner_allocator_type& inner_allocator() noexcept;
const inner_allocator_type& inner_allocator() const noexcept;

Rückgabewert

Ein Verweis im gespeicherten Objekt des Typs inner_allocator_type.

Anforderungen

Header: <scoped_allocator>

Namespace: std

Siehe auch

Referenz

scoped_allocator_adaptor-Klasse