Condividi tramite


Struttura uses_allocator

Specializzazioni che restituiscono sempre true.

Sintassi

template <class Ty, class Alloc>
struct uses_allocator<promise<Ty>, Alloc> : true_type;
template <class Ty, class Alloc>
struct uses_allocator<packaged_task<Ty>, Alloc> : true_type;

Requisiti

Intestazione:<future>

Spazio dei nomi: std

Specializzazioni

<tuple>

template <class... Types, class Alloc>
struct uses_allocator<tuple<Types...>, Alloc>;

Vedi anche

Riferimento file di intestazione
<future>