Sdílet prostřednictvím


scoped_allocator_adaptor::inner_allocator – metoda

Získá referenci na uložené objekt typu inner_allocator_type.

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

Vrácená hodnota

Odkaz na uložené objekt typu inner_allocator_type.

Požadavky

Záhlaví: <scoped_allocator>

Obor názvů: std

Viz také

Referenční dokumentace

scoped_allocator_adaptor – třída