libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
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) |
Another trivial class to make calling the dtor of an object into a functor, but actually does nothing.
Definition at line 71 of file deleter.hpp.
typedef V jmmcg::LIBJMMCG_VER_NAMESPACE::noop_dtor< V >::element_type |
Definition at line 72 of file deleter.hpp.
|
inlineconstexprnoexcept |
Definition at line 74 of file deleter.hpp.