Condividi tramite


Struttura uses_allocator

Specializzazioni sempre che sostengono.

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

Vedere anche

Riferimenti

<future>

Altre risorse

File di intestazione libreria standard C++