12 #ifndef MLPACK_BINDINGS_MARKDOWN_IS_SERIALIZABLE_HPP 13 #define MLPACK_BINDINGS_MARKDOWN_IS_SERIALIZABLE_HPP 39 const typename std::enable_if<!arma::is_arma_type<T>::value>::type* = 0)
52 *((
bool*) output) = IsSerializable<typename std::remove_pointer<T>::type>();
Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.
This structure holds all of the information about a single parameter, including its value (which is s...
bool IsSerializable(const typename std::enable_if<!data::HasSerialize< T >::value >::type *=0)
Return false, because the type is not serializable.