「C++ライブラリ」の版間の差分
提供: C++入門
細 |
|||
行40: | 行40: | ||
* [[std::sort]] | * [[std::sort]] | ||
+ | |||
+ | * [[std::accumulate]] | ||
== Boost == | == Boost == | ||
行48: | 行50: | ||
* [[boost::find]] | * [[boost::find]] | ||
* [[boost::sort]] | * [[boost::sort]] | ||
+ | * [[boost::accumulate]] | ||
=== イテレータ === | === イテレータ === |
2013年3月20日 (水) 17:30時点における版
読み方
目次
概要
STL
コンテナ
- std::bitset
- std::deque
- std::list
- std::map
- std::maultimap
- std::priority_queue
- std::queue
- std::set
- std::stack
- std::vector