mlpack 3.4.2
Public Member Functions | List of all members
DeleteVisitor Class Reference

DeleteVisitor deletes the given NSType instance. More...

#include <ns_model.hpp>

Inheritance diagram for DeleteVisitor:
Inheritance graph
[legend]

Public Member Functions

template<typename NSType >
void operator() (NSType *ns) const
 Delete the NSType object. More...
 
template<typename RAType >
void operator() (RAType *ra) const
 Delete the RAType Object. More...
 

Detailed Description

DeleteVisitor deletes the given NSType instance.

DeleteVisitor deletes the give RAType Instance.

Definition at line 229 of file ns_model.hpp.

Member Function Documentation

◆ operator()() [1/2]

void operator() ( NSType ns) const

Delete the NSType object.

◆ operator()() [2/2]

void operator() ( RAType ra) const

Delete the RAType Object.


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