サクサク読めて、アプリ限定の機能も多数!
vector<int> v に v += 3, 1, 4; で追加できるようになる。+= の戻り値にlist_inserterを返して、カンマ演算子でモニョモニョ。あとでソース読まなきゃ。 → ブログに書いた http://d.hatena.ne.jp/nitoyon/20071211/boost_asign
nitoyon のブックマーク 2007/11/28 00:47
boost::assign使ってみた - Faith and Brave - C++で遊ぼう[c++][boost]vector<int> v に v += 3, 1, 4; で追加できるようになる。+= の戻り値にlist_inserterを返して、カンマ演算子でモニョモニョ。あとでソース読まなきゃ。 → ブログに書いた <a href="http://d.hatena.ne.jp/nitoyon/20071211/boost_asign" target="_blank" rel="noopener nofollow">http://d.hatena.ne.jp/nitoyon/20071211/boost_asign</a>2007/11/28 00:47
vector<int> v に v += 3, 1, 4; で追加できるようになる。+= の戻り値にlist_inserterを返して、カンマ演算子でモニョモニョ。あとでソース読まなきゃ。 → ブログに書いた <a href="http://d.hatena.ne.jp/nitoyon/20071211/boost_asign" target="_blank" rel="noopener nofollow">http://d.hatena.ne.jp/nitoyon/20071211/boost_asign</a>
このブックマークにはスターがありません。 最初のスターをつけてみよう!
faithandbrave.hateblo.jp2007/11/28
#include <iostream> #include <vector> #include <shand/foreach.hpp> #include <boost/assign/std/vector.hpp> using namespace std; using namespace boost::assign; int main() { vector<int> v; v += 3, 1, ...
2 人がブックマーク・2 件のコメント
\ コメントが サクサク読める アプリです /
vector<int> v に v += 3, 1, 4; で追加できるようになる。+= の戻り値にlist_inserterを返して、カンマ演算子でモニョモニョ。あとでソース読まなきゃ。 → ブログに書いた http://d.hatena.ne.jp/nitoyon/20071211/boost_asign
nitoyon のブックマーク 2007/11/28 00:47
このブックマークにはスターがありません。
最初のスターをつけてみよう!
boost::assign使ってみた - Faith and Brave - C++で遊ぼう
faithandbrave.hateblo.jp2007/11/28
#include <iostream> #include <vector> #include <shand/foreach.hpp> #include <boost/assign/std/vector.hpp> using namespace std; using namespace boost::assign; int main() { vector<int> v; v += 3, 1, ...
2 人がブックマーク・2 件のコメント
\ コメントが サクサク読める アプリです /