The Standard Template Library Programmers Guide for C++プログラマーガイド』を、標準のテンプレートライブラリをC + +で
The Standard Template Library, or STL , is a C++ (cplusplus)library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. 、標準のテンプレートライブラリか、またはSTLのは、 C + +の( cplusplus )ライブラリのコンテナクラス、アルゴリズム、および反復子;これはの多くは、基本的なアルゴリズムとデータ構造のコンピュータサイエンスのです。 The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. STLのは、 汎用的なライブラリは、そのコンポーネントを意味しては、大きくパラメータ:ほぼすべてのコンポーネントは、 STLのは、テンプレートをクリックします。 You should make sure that you understand how templates work in C++ before you use the STL. ということを理解することを確認する必要のテンプレートで働く方法を使用する前に C + +のSTLのです。 The Standard Template Library Programmer's Guide Programmer 's Guide 』の標準テンプレートライブラリ will show you how to use these classes, algorithms and iterators when coding in the C++ programming language. が表示され、これらのクラスを使用する方法、符号化アルゴリズムとイテレータときにして、 C + +プログラミング言語です。 You can することができます。 download ダウンロードする the full manual, and also available are フルマニュアルでは、とも利用可能に Frequently Asked Questions よくある質問 to help and guide you. ヘルプとガイドをします。
The Standard Template Library Programmer's Guide Programmer 's Guide 』の標準テンプレートライブラリ
- Introduction to the STL 紹介してSTLの
- How to use the documentation を使用する方法についてのドキュメント
- Containers コンテナ
- Concepts コンセプト
- General concepts 全般的な概念
- Sequences シーケンス
- Associative Containers 連想コンテナ
- Associative Container 連想コンテナ
- Simple Associative Container 単純な連想コンテナ
- Pair Associative Container ペア連想コンテナ
- Sorted Associative Container 並べ替え連想コンテナ
- Hashed Associative Container ハッシュ連想コンテナ
- HashFunction hashfunction
- Unique Associative Container ユニークな連想コンテナ
- Multiple Associative Container 複数の連想コンテナ
- Unique Sorted Associative Container ユニークな並べ替え連想コンテナ
- Multiple Sorted Associative Container 複数の並べ替え連想コンテナ
- Unique Hashed Associative Container ユニークなハッシュ連想コンテナ
- Multiple Hashed Associative Container 複数のハッシュ連想コンテナ
- Container classes コンテナクラス
- Sequences シーケンス
- Associative Containers 連想コンテナ
- String package 文字列のパッケージ
- rope ロープ
- Container adaptors コンテナアダプタ
- bitset bitset
- Concepts コンセプト
- Iterators イテレータ
- Introduction 導入
- Concepts コンセプト
- Iterator Tags 反復子タグ
- Introduction 導入
- iterator_traits iterator_traits
- iterator_category iterator_category
- distance_type distance_type
- value_type value_type
- Iterator tag classes iteratorタグのクラス
- Iterator base classes イテレータ基底クラス
- Iterator functions 反復処理関数
- Iterator classes 反復子クラス
- istream_iterator istream_iterator
- ostream_iterator ostream_iterator
- front_insert_iterator front_insert_iterator
- back_insert_iterator back_insert_iterator
- insert_iterator insert_iterator
- reverse_iterator reverse_iterator
- reverse_bidirectional_iterator reverse_bidirectional_iterator
- raw_storage_iterator raw_storage_iterator
- sequence_buffer sequence_buffer
- Algorithms アルゴリズム
- Non-mutating algorithms 非変異アルゴリズム
- Mutating algorithms 変異アルゴリズム
- copy コピー
- copy_n copy_n
- copy_backward copy_backward
- Swap スワップ
- transform 変換
- Replace 置き換える
- fill 満ちる
- fill_n fill_n
- generate 生成する
- generate_n generate_n
- Remove 取り外す
- unique ユニーク
- unique_copy unique_copy
- reverse 逆
- reverse_copy reverse_copy
- rotate 回転
- rotate_copy rotate_copy
- random_shuffle random_shuffle
- random_sample random_sample
- random_sample_n random_sample_n
- partition パーティション
- stable_partition stable_partition
- Sorting 並べ替え
- Sort 並べ替え
- nth_element nth_element
- Binary search 二分探索法
- merge マージ
- inplace_merge inplace_merge
- Set operations on sorted ranges 設定操作を並べ替えの範囲














