stdex
Additional custom or not Standard C++ covered algorithms
|
Noop deleter. More...
#include <stdex/memory.hpp>
Public Member Functions | |
template<class T2 , std::enable_if_t< std::is_convertible_v< T2 *, T * >, int > = 0> | |
no_delete (const no_delete< T2 > &) noexcept | |
void | operator() (T *p) const noexcept |
Noop deleter.