stdex
Additional custom or not Standard C++ covered algorithms
Loading...
Searching...
No Matches
stdex::no_delete< T[]> Struct Template Reference

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
 

Detailed Description

template<class T>
struct stdex::no_delete< T[]>

Noop array deleter.


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