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

#include <deleter.hpp>

Inherits std::default_delete< V >.

Public Types

typedef V element_type
 

Detailed Description

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

Unfortunately std::default_delete does not name the type passed to it. This class fixes that.

See also
std:default_delete

Definition at line 55 of file deleter.hpp.

Member Typedef Documentation

◆ element_type

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

Definition at line 56 of file deleter.hpp.


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