args-parser 6.3.6
Loading...
Searching...
No Matches
Args::details::Deleter< T > Class Template Reference

Deleter. More...

#include <types.hpp>

Public Member Functions

 Deleter (bool shouldIDelete)
void operator() (T *obj) noexcept

Detailed Description

template<typename T>
class Args::details::Deleter< T >

Deleter.

Definition at line 350 of file types.hpp.

Constructor & Destructor Documentation

◆ Deleter()

template<typename T>
Args::details::Deleter< T >::Deleter ( bool shouldIDelete)
inlineexplicit

Definition at line 353 of file types.hpp.

Member Function Documentation

◆ operator()()

template<typename T>
void Args::details::Deleter< T >::operator() ( T * obj)
inlinenoexcept

Definition at line 358 of file types.hpp.


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