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

Another trivial class to make calling the dtor of an object into a functor. More...

#include <deleter.hpp>

Public Types

typedef V element_type
 

Public Member Functions

void FORCE_INLINE operator() (element_type *v) const noexcept(true)
 

Detailed Description

template<class V>
struct jmmcg::LIBJMMCG_VER_NAMESPACE::placement_dtor< V >

Another trivial class to make calling the dtor of an object into a functor.

Definition at line 61 of file deleter.hpp.

Member Typedef Documentation

◆ element_type

template<class V >
typedef V jmmcg::LIBJMMCG_VER_NAMESPACE::placement_dtor< V >::element_type

Definition at line 62 of file deleter.hpp.

Member Function Documentation

◆ operator()()

template<class V >
void FORCE_INLINE jmmcg::LIBJMMCG_VER_NAMESPACE::placement_dtor< V >::operator() ( element_type v) const
inlinenoexcept

Definition at line 64 of file deleter.hpp.


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