13 #ifndef MLPACK_METHODS_ANN_VISITOR_DELETE_VISITOR_HPP
14 #define MLPACK_METHODS_ANN_VISITOR_DELETE_VISITOR_HPP
19 #include <boost/variant.hpp>
31 template<
typename LayerType>
39 #include "delete_visitor_impl.hpp"
DeleteVisitor executes the destructor of the instantiated object.
void operator()(LayerType *layer) const
Execute the destructor.