2009-10-20から1日間の記事一覧

Boost.Flyweightでメモ化

C++

Boost.Flyweightのexampleにあるやつです。 #include <iostream> #include <boost/flyweight.hpp> #include <boost/flyweight/key_value.hpp> #include <boost/flyweight/no_tracking.hpp> #include <boost/noncopyable.hpp> using namespace boost::flyweights; struct compute_fibonacci; typedef flyweight</boost/noncopyable.hpp></boost/flyweight/no_tracking.hpp></boost/flyweight/key_value.hpp></boost/flyweight.hpp></iostream>