uses_allocator-Struktur

Spezialisierungen, die immer true enthalten.

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;

Anforderungen

Header: Zukunft

Namespace: std

Siehe auch

Referenz

<future>

Weitere Ressourcen

Headerdateien