Поделиться через


структура uses_allocator

Специализации, всегда являются верными.

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;

Требования

Возможные Заголовок:

Пространство имен: std

См. также

Ссылки

<future>

Другие ресурсы

Файлы заголовков