std::unique_ptr Deleter that calls free() More...
#include <memory.hpp>
Static Public Member Functions | |
template<trivially_destructible T> | |
static void | operator() (T *p) noexcept |
std::unique_ptr Deleter that calls free()
Definition at line 50 of file memory.hpp.
|
inlinestaticnoexcept[[always_inline]][[artificial]] |
Definition at line 54 of file memory.hpp.