「cpp/container/list」の版間の差分
提供: cppreference.com
細 r2.7.3) (ロボットによる 追加: de, en, es, pt, ru, zh |
TranslationBot (トーク | 投稿記録) Translated from the English version using Google Translate |
||
| 1行目: | 1行目: | ||
{{title| | {{ | ||
title| | |||
}} | |||
container | | |||
{| | {| | ||
| | |||
| | = | ||
| | |||
| | | | ||
| | | cpp/container/list | ||
| | /list | | ||
| | | | | ||
| | | cpp/container/list | | ||
| | | | | ||
| | | cpp/container/list | | ||
| | | | | ||
| | | cpp/container/list | | ||
| | | | | ||
| | | cpp/container/list | | ||
| | | | | ||
| | | cpp/container/list | | ||
| | |||
| | |||
| | | cpp/container/list | | ||
| | | | | ||
| | | cpp/container/list | | ||
| | | | | ||
| | | cpp/container/list | | ||
| | |||
| | || | ||
| | | cpp/container/list front | | ||
| | | cpp/container/list | | ||
| | |||
| | | |||
| cpp/container/list | | |||
| | | | | ||
| | | cpp/container/list | | ||
| | | cpp/container/list | | ||
| | |||
| | || | ||
| | | cpp/container/list | | ||
| | | |||
| cpp/container/list | | |||
| | |||
| | || | ||
| | | cpp/container/list | | ||
| | | | | ||
| | | cpp/container/list | | ||
| | | | | ||
| | | cpp/container/list | | ||
| | | | | ||
| | | cpp/container/list | | ||
| | | | | ||
| | | cpp/container/list | | ||
| | | | | ||
| | | cpp/container/list resize | | ||
| | | cpp/container/list | | ||
| | |||
| | | | | ||
| | | cpp/container/list | | ||
| | | | | ||
| | | cpp/container/list | | ||
| | | | | ||
| | | cpp/container/list | | ||
| | | / | ||
| | |||
| | |||
| | |||
| | |||
| cpp/container/list | | |||
| cpp/container/list | | |||
| | } | ||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
[[de:cpp/container/list]] | [[de:cpp/container/list]] | ||
[[es:cpp/container/list]] | [[es:cpp/container/list]] | ||
[[pt:cpp/container/list]] | [[pt:cpp/container/list]] | ||
[[ru:cpp/container/list]] | [[ru:cpp/container/list]] | ||
[[zh:cpp/container/list]] | [[zh:cpp/container/list]] | ||
2012年10月26日 (金) 14:00時点における版
|
|
このページは、Google 翻訳を使って英語版から機械翻訳されました。
翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |
<metanoindex/>
<tbody> </tbody>| ヘッダ <list> で定義
|
||
template< class T, class Allocator = std::allocator<T> > class list; |
||
値の配列であり、自然対数は、容器からどこからでも高速で挿入し、要素の削除をサポートするコンテナです。高速ランダムアクセスがサポートされていません。それはダブルリンクとして実装されています少ないスペースで効率的でありながらリスト。
std::forward_listと比較した場合、このコンテナは双方向の反復機能を提供します.Original:
List is a container which supports fast insertion and removal of elements from anywhere from the container. Fast random access is not supported. It is implemented as double-linked list. Compared to
std::forward_list this container provides bidirectional iteration capability while being less space efficient.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.
std::listContainerの要件を満たし、AllocatorAwareContainer、SequenceContainerとReversibleContainer.Original:
std::list meets the requirements of Container, AllocatorAwareContainer, SequenceContainer and ReversibleContainer.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.
メンバータイプ
テンプレート:cpp/container/dcl list value typeテンプレート:cpp/container/dcl list allocator typeテンプレート:cpp/container/dcl list size typeテンプレート:cpp/container/dcl list difference typeテンプレート:cpp/container/dcl list referenceテンプレート:cpp/container/dcl list const referenceテンプレート:cpp/container/dcl list pointerテンプレート:cpp/container/dcl list const pointerテンプレート:cpp/container/dcl list iteratorテンプレート:cpp/container/dcl list const iteratorテンプレート:cpp/container/dcl list reverse iteratorテンプレート:cpp/container/dcl list const reverse iterator メンバー·タイプ
Original: Member type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Definition |
メンバ関数
テンプレート:cpp/container/dcl list constructorテンプレート:cpp/container/dcl list destructorテンプレート:cpp/container/dcl list operator=テンプレート:cpp/container/dcl list assignテンプレート:cpp/container/dcl list get allocatorテンプレート:cpp/container/dcl list frontテンプレート:cpp/container/dcl list backテンプレート:cpp/container/dcl list beginテンプレート:cpp/container/dcl list endテンプレート:cpp/container/dcl list rbeginテンプレート:cpp/container/dcl list rendテンプレート:cpp/container/dcl list emptyテンプレート:cpp/container/dcl list sizeテンプレート:cpp/container/dcl list max sizeテンプレート:cpp/container/dcl list clearテンプレート:cpp/container/dcl list insertテンプレート:cpp/container/dcl list emplaceテンプレート:cpp/container/dcl list eraseテンプレート:cpp/container/dcl list push backテンプレート:cpp/container/dcl list emplace backテンプレート:cpp/container/dcl list pop backテンプレート:cpp/container/dcl list push frontテンプレート:cpp/container/dcl list emplace frontテンプレート:cpp/container/dcl list pop frontテンプレート:cpp/container/dcl list resizeテンプレート:cpp/container/dcl list swapテンプレート:cpp/container/dcl list mergeテンプレート:cpp/container/dcl list spliceテンプレート:cpp/container/dcl list removeテンプレート:cpp/container/dcl list reverseテンプレート:cpp/container/dcl list uniqueテンプレート:cpp/container/dcl list sort
Original: Element access The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
Original: Iterators The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
Original: Capacity The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
Original: Modifiers The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
Original: Operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |