Sdílet prostřednictvím


uses_allocator – struktura

Specializace, které mají vždy hodnotu true.

Syntaxe

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;

Požadavky

Header:<future>

Namespace: std

Specializace

<Tuple>

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

Viz také

Referenční informace k souborům hlaviček
<budoucnost>