std::allocator_arg_t
提供:cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
| Defined in header <memory>
|
||
| struct allocator_arg_t {}; |
(C + + 11以来) | |
std::allocator_arg_tstd::tuple含むアロケータ対応オブジェクトのコンストラクタとメンバ関数のオーバーロードを明確にするために使用空のクラス型で、std::function、std::promise、とstd::packaged_task.Original:
std::allocator_arg_t is an empty class type used to disambiguate the overloads of constructors and member functions of allocator-aware objects, including std::tuple, std::function, std::promise, and std::packaged_task.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[編集] も参照してください
| (C++11) |
型のオブジェクトstd::allocator_arg_tはアロケータ対応のコンストラクタを選択するために使用する Original: an object of type std::allocator_arg_t used to select allocator-aware constructors The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (定数) |
| (C++11) |
チェックを指定した型が使用するアロケータ構築をサポートしている場合 Original: checks if the specified type supports uses-allocator construction The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (クラステンプレート) |