Namespaces
Variants

std:: uses_allocator <std::experimental::packaged_task>

From cppreference.net
헤더 파일에 정의됨 <experimental/future>
template < class R, class Alloc >

struct uses_allocator < std:: experimental :: packaged_task < R > , Alloc >

: std:: true_type { } ;
(라이브러리 fundamentals TS)

이 특수화는 std::uses_allocator 가 다른 라이브러리 구성 요소에 std::experimental::packaged_task 타입의 모든 객체가 uses-allocator construction 을 지원함을 알립니다.

목차

상속받음 std:: integral_constant

멤버 상수

value
[static]
true
(public static member constant)

멤버 함수

operator bool
객체를 bool 로 변환, value 반환
(public member function)
operator()
(C++14)
value 반환
(public member function)

멤버 타입

타입 정의
value_type bool
type std:: integral_constant < bool , value >

참고 항목

지정된 타입이 uses-allocator 생성 방식을 지원하는지 검사합니다
(클래스 템플릿)