2012-06-19から1日間の記事一覧

cpprefjp更新

C++

<iterator>に、std::reverse_iterator、std::back_insert_iterator、std::front_insert_iterator、std::insert_iteratorの概要を追加。これから中身を徐々に埋めていきます。</iterator>

Boost.Graph Bundleプロパティ

C++

Boost.Graphのグラフ構造には、Property Mapによって頂点・辺・グラフに任意のプロパティを持たせることができます。 ただ、プロパティが増えてくると管理しきれなくなってくるので、ひとまとめにしたくなります。 そこで、Boost.GraphにはBundleプロパティ…