12#ifndef MLPACK_BINDINGS_IO_DELETE_ALLOCATED_MEMORY_HPP
13#define MLPACK_BINDINGS_IO_DELETE_ALLOCATED_MEMORY_HPP
25 const typename boost::disable_if<arma::is_arma_type<T>>::type* = 0)
33 const typename boost::enable_if<arma::is_arma_type<T>>::type* = 0)
41 const typename boost::disable_if<arma::is_arma_type<T>>::type* = 0,
45 delete *boost::any_cast<T*>(&d.
value);
54 DeleteAllocatedMemoryImpl<typename std::remove_pointer<T>::type>(d);
void DeleteAllocatedMemory(util::ParamData &d, const void *, void *)
void DeleteAllocatedMemoryImpl(util::ParamData &, const typename boost::disable_if< data::HasSerialize< T > >::type *=0, const typename boost::disable_if< arma::is_arma_type< T > >::type *=0)
Linear algebra utility functions, generally performed on matrices or vectors.
This structure holds all of the information about a single parameter, including its value (which is s...
boost::any value
The actual value that is held.