2013-03-01から1ヶ月間の記事一覧
Variadic Templates Verで書いた。 struct error {}; template< bool B, typename ... Args > struct logical_and_; template< typename head, typename ... tail > struct logical_and_<false, head, tail...> { typedef mpl::false_ type; }; template< typename head, typename </false,>…