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

メタプログラミングでFib関数をメモ化するとどうなるのか

c++

メモ化されたC++テンプレートメタプログラミングなFib関数を考えてみた。 boost.mpl.mapをメモ帳代わりにして、計算していく。 #include <boost/mpl/if.hpp> #include <boost/mpl/vector.hpp> #include <boost/mpl/map.hpp> #include <boost/mpl/insert.hpp> #include <boost/mpl/at.hpp> #include <boost/mpl/int.hpp> #include <iostream> using namespace boost::mpl; temp…</iostream></boost/mpl/int.hpp></boost/mpl/at.hpp></boost/mpl/insert.hpp></boost/mpl/map.hpp></boost/mpl/vector.hpp></boost/mpl/if.hpp>