Freigeben über


scoped_allocator_adaptor::outer_allocator-Methode

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

outer_allocator_type& outer_allocator() noexcept;
const outer_allocator_type& outer_allocator() const noexcept;

Rückgabewert

Ein Verweis im gespeicherten Objekt des Typs outer_allocator_type.

Anforderungen

Header: <scoped_allocator>

Namespace: std

Siehe auch

Referenz

scoped_allocator_adaptor-Klasse