std::uses_allocator<std::stack>
提供: cppreference.com
![]() |
このページは、Google 翻訳を使って英語版から機械翻訳されました。
翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |
template< class T, class Container, class Alloc > struct uses_allocator<stack<T,Container>,Alloc> : |
(C++11およびそれ以降) | |
std::uses_allocator用std::stack型形質の透明な特殊化を提供します:コンテナアダプタは、基礎となるコンテナがない場合に限ってのアロケータを使用しています.
Original:
Provides a transparent specialization of the std::uses_allocator type trait for std::stack: the container adaptor uses allocator if and only if the underlying container does.
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: 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. (クラステンプレート) |