2010-11-19から1日間の記事一覧

boost::parameter を class template で使う

#include <map> #include <string> #include <boost/parameter.hpp> #include <boost/static_assert.hpp> #include <boost/type_traits/is_same.hpp> BOOST_PARAMETER_TEMPLATE_KEYWORD(key) BOOST_PARAMETER_TEMPLATE_KEYWORD(value) BOOST_PARAMETER_TEMPLATE_KEYWORD(compare) BOOST_PARAMETER_TEMPLATE_KEYWORD(allocat…</boost/type_traits/is_same.hpp></boost/static_assert.hpp></boost/parameter.hpp></string></map>