Sdílet prostřednictvím


Struktura uses_allocator

Specializace, které vždy obsahují hodnotu 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;

Požadavky

Záhlaví: budoucí

Obor názvů: std

Viz také

Referenční dokumentace

<future>

Další zdroje

Soubory hlaviček