std:: uses_allocator <std::experimental::packaged_task>
|
ヘッダーで定義
<experimental/future>
|
||
|
template
<
class
R,
class
Alloc
>
struct
uses_allocator
<
std::
experimental
::
packaged_task
<
R
>
, Alloc
>
|
(ライブラリ基盤 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 > |
関連項目
|
(C++11)
|
指定された型がuses-allocator構築をサポートするかどうかをチェックする
(クラステンプレート) |