Go to the documentation of this file. 13 #ifndef MLPACK_CORE_DATA_SERIALIZATION_TEMPLATE_VERSION_HPP 14 #define MLPACK_CORE_DATA_SERIALIZATION_TEMPLATE_VERSION_HPP 23 #define BOOST_TEMPLATE_CLASS_VERSION(SIGNATURE, T, N) \ 25 namespace serialization { \ 27 struct version<mlpack::data::SecondShim<T>> \ 29 typedef mpl::int_<N> type; \ 30 typedef mpl::integral_c_tag tag; \ 31 BOOST_STATIC_CONSTANT(int, value = version::type::value); \ 34 boost::mpl::int_<N>, \ 35 boost::mpl::int_<256> \