std:: uses_allocator <std::experimental::function>
|
헤더에 정의됨
<experimental/functional>
|
||
|
template
<
class
R,
class
...
ArgTypes
,
class
Alloc
>
struct
uses_allocator
<
std::
experimental
::
function
<
R
(
ArgTypes...
)
>
, Alloc
>
|
(라이브러리 펀더멘털 TS)
(라이브러리 펀더멘털 TS v3에서 제거됨) |
|
이 특수화는 std::uses_allocator 가 다른 라이브러리 구성 요소들에게 std::experimental::function 타입의 모든 객체가 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 > |
참고 항목
|
(C++11)
|
지정된 타입이 uses-allocator 생성 방식을 지원하는지 확인합니다
(클래스 템플릿) |