std::allocator_arg
提供: cppreference.com
|
|
このページは、Google 翻訳を使って英語版から機械翻訳されました。
翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |
| Defined in header <memory>
|
||
| constexpr std::allocator_arg_t allocator_arg = std::allocator_arg_t(); |
(C++11およびそれ以降) | |
std::allocator_arg型の定数ですstd::allocator_arg_t、呼び出しサイトで、そのようなstd::tupleとしてアロケータ対応オブジェクトのコンストラクタとメンバ関数のオーバーロードを明確にするために使用、std::function、std::promise、とstd::packaged_task.Original:
std::allocator_arg is a constant of type std::allocator_arg_t used to disambiguate, at call site, the overloads of the constructors and member functions of allocator-aware objects, such as 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) |
タグタイプはアロケータアウェアコンストラクターオーバーロードを選択するために使用 Original: tag type used to select allocator-aware constructor overloads 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. (クラステンプレート) |

