2011-04-12から1日間の記事一覧

Boost.Phoenix V3 - 関数のbind化

C++

Boost.Phoenix V3では、boost::phoenix::functionに関数オブジェクトをアダプトすることで、boost::bindのような部分評価の能力を得ることができるようになります。 #include <iostream> #include <boost/phoenix.hpp> struct add_ { template <class> struct result { typedef int type; }; int </class></boost/phoenix.hpp></iostream>…