any
Safe, generic container for single values of different value types, from Kevlin Henney.
なんでも格納できる型。
array
STL compliant container wrapper for arrays of constant size, from Nicolai Josuttis.
固定長配列。
BOOST_FOREACH macro for easily iterating over the elements of a sequence, from Eric Niebler.
イテレータの順次アクセスを行うBOOST_FOREACHマクロ。
format
Type-safe 'printf-like' format operations, from Samuel Krempp.
printfのような書式の文字列変換。
function
Function object wrappers for deferred calls or callbacks, from Doug Gregor.
関数オブジェクト。
lambda
Define small unnamed function objects at the actual call site, and more, from Jaakko J?rvi and Gary Powell.
ラムダ式。無名関数。
multi_array
Multidimensional containers and adaptors for arrays of contiguous data, from Ron Garcia.
多次元配列。
Containers with multiple STL-compatible access interfaces, from Joaquín M López Muñoz.
マルチインデックスコンテナ。
pointer container
Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen.
python
Reflects C++ classes and functions into Python, from Dave Abrahams.
Pythonを使用する。
random
A complete system for random number generation, from Jens Maurer.
乱数ジェネレータ。
range
A new infrastructure for generic algorithms that builds on top of the new iterator concepts, from Thorsten Ottosen.
範囲を表すコンセプト。
serialization
Serialization for persistence and marshalling, from Robert Ramey
シリアライズ。
signals
managed signals & slots callback implementation, from Doug Gregor.
シグナル&スロット。
Five smart pointer class templates, from Greg Colvin, Beman Dawes, Peter Dimov, and Darin Adler.
5つのスマートポインタ。
tribool
3-state boolean type library, from Doug Gregor.
3値ブール。
tuple
Ease definition of functions returning multiple values, and more, from Jaakko J?rvi.
複数の値をまとめて扱うことができる。
unordered
unordered associative containers, from Daniel James.
ハッシュで実装されたset、map。
utility
Class noncopyable plus checked_delete(), checked_array_delete(), next(), prior() function templates, plus base-from-member idiom, from Dave Abrahams and others.
noncopyable など、ユーティリティツール。
variant
Safe, generic, stack-based discriminated union container, from Eric Friedman and Itay Maman.
unionの拡張版。
最終更新:2009年03月01日 20:42