Aracılığıyla paylaş


uses_allocator Yapısı

Her zaman true olan özelleştirmeler.

Sözdizimi

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;

Gereksinimler

Üst bilgi:<gelecek>

Ad alanı: std

Uzmanlıklar

<Tuple>

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

Ayrıca bkz.

Üst Bilgi Dosyaları Başvurusu
<Gelecek>