mlpack  3.1.1
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...
 
void operator() (MoreTypes layer) const
 

Detailed Description

DeleteVisitor executes the destructor of the instantiated object.

Definition at line 27 of file delete_visitor.hpp.

Member Function Documentation

◆ operator()() [1/2]

void operator() ( LayerType *  layer) const

Execute the destructor.

◆ operator()() [2/2]

void operator() ( MoreTypes  layer) const

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