mlpack  3.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
DeleteVisitor Class Reference

DeleteVisitor executes the destructor of the instantiated object. More...

Inheritance diagram for DeleteVisitor:
Inheritance graph
[legend]

Public Member Functions

template<typename LayerType >
void operator() (LayerType *layer) const
 Execute the destructor. More...
 

Detailed Description

DeleteVisitor executes the destructor of the instantiated object.

Definition at line 27 of file delete_visitor.hpp.

Member Function Documentation

void operator() ( LayerType *  layer) const

Execute the destructor.


The documentation for this class was generated from the following file: