다음을 통해 공유


uses_allocator 구조체

항상 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;

요구 사항

헤더:<future>

네임스페이스: std

특수화

<tuple>

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

참고 항목

헤더 파일 참조
<future>