Kanzi 4.0.0-beta2
kanzi::TrivialDeleter< T > Class Template Reference

Trivial deleter class that does not do anything with provided handle. More...

#include <kanzi/core/util/handle.hpp>

Public Member Functions

void operator() (const T &) const noexcept
 Call operator, gets invoked when the handle needs to be destroyed.
 

Detailed Description

template<typename T>
class kanzi::TrivialDeleter< T >

Trivial deleter class that does not do anything with provided handle.

Template Parameters
THandle type.
Since
Kanzi 4.0.0

Member Function Documentation

◆ operator()()

template<typename T >
void kanzi::TrivialDeleter< T >::operator() ( const T & ) const
inlinenoexcept

Call operator, gets invoked when the handle needs to be destroyed.


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