Condividi tramite


forward_list::get_allocator

Restituisce una copia dell'oggetto allocatore utilizzato per costruire un elenco in avanti.

allocator_type get_allocator() const;

Valore restituito

l'oggetto archiviato allocatore.

Requisiti

intestazione: <forward_list>

Spazio dei nomi: deviazione standard

Vedere anche

Riferimenti

forward_list::allocator_type

forward_list Class