libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::noop_dtor< V > Struct Template Reference

Another trivial class to make calling the dtor of an object into a functor, but actually does nothing. More...

#include <deleter.hpp>

Public Types

typedef V element_type
 

Public Member Functions

constexpr void operator() (element_type *) const noexcept(true)
 

Detailed Description

template<class V>
struct jmmcg::noop_dtor< V >

Another trivial class to make calling the dtor of an object into a functor, but actually does nothing.

Definition at line 89 of file deleter.hpp.

Member Typedef Documentation

◆ element_type

template<class V >
typedef V jmmcg::noop_dtor< V >::element_type

Definition at line 90 of file deleter.hpp.

Member Function Documentation

◆ operator()()

template<class V >
constexpr void jmmcg::noop_dtor< V >::operator() ( element_type ) const
inlineconstexprnoexcept

Definition at line 92 of file deleter.hpp.


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