structure d'uses_allocator
Spécialisations qui jugent toujours true.
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;
Configuration requise
Préanalyse d'En-tête :
L'espace de noms : DST