Function ~array_pointer
Synopsis
#include "breeze/memory/array_pointer.hpp"
~array_pointer() noexcept
Description
Executes delete [] raw_pointer()
.
Requires for T
to be a complete type at the point of instantiation.
Source
Line 69 in breeze/memory/array_pointer.hpp.