13 #ifndef MLPACK_BINDINGS_CLI_GET_ALLOCATED_MEMORY_HPP 14 #define MLPACK_BINDINGS_CLI_GET_ALLOCATED_MEMORY_HPP 26 const typename boost::disable_if<arma::is_arma_type<T>>::type* = 0)
34 const typename boost::enable_if<arma::is_arma_type<T>>::type* = 0)
42 const typename boost::disable_if<arma::is_arma_type<T>>::type* = 0,
47 typedef std::tuple<T*, std::string> TupleType;
48 return std::get<0>(*boost::any_cast<TupleType>(&d.
value));
57 GetAllocatedMemory<typename std::remove_pointer<T>::type>(d);
boost::any value
The actual value that is held.
This structure holds all of the information about a single parameter, including its value (which is s...
void * GetAllocatedMemory(const util::ParamData &, const typename boost::disable_if< data::HasSerialize< T >>::type *=0, const typename boost::disable_if< arma::is_arma_type< T >>::type *=0)