stdex
Additional custom or not Standard C++ covered algorithms
|
Noop array 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 | |
template<class T2 , std::enable_if_t< std::is_convertible_v< T2(*)[], T(*)[]>, int > = 0> | |
void | operator() (T2 *p) const noexcept |
Noop array deleter.