2009-02-05から1日間の記事一覧

Boost C++ Libraryのお勉強その14

Boost.MemberFunction memberをmemと略すのはどうなんだろ。cの標準ライブラリ的にmemはmemoryの略だよな。 #include <iostream> #include <vector> #include <algorithm> #include <boost/mem_fn.hpp> class Dummy { private: int e_; public: Dummy(int e) : e_(e) {} void fun(void) { std::cout << e_ <<</boost/mem_fn.hpp></algorithm></vector></iostream>…