2008-12-14から1日間の記事一覧

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

functionとかfunctionalとか紛らわしいんですが…。 Boost.Function 関数っぽいものを保持できるクラス。structの定義をmain()内に書いたらコンパイルできないのにちょっとハマった。 #include <iostream> #include <boost/function.hpp> struct pow4 { int operator() (int x) const { retu</boost/function.hpp></iostream>…