args-parser 6.3.3
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 360 of file types.hpp.

Constructor & Destructor Documentation

◆ Deleter()

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

Definition at line 362 of file types.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 367 of file types.hpp.


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