xtd 0.2.0
delete_uptr.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "null.hpp"
6#include "uptr.hpp"
7
9namespace xtd {
24 template<class type_t>
26}
null_ptr null
Represents a null pointer value.
xtd::unique_ptr_object< type_t > uptr
The xtd::uptr object is a unique pointer.
Definition uptr.hpp:25
xtd::sptr< type_t > ptr
The xtd::ptr object is a shared pointer.
Definition ptr.hpp:27
void delete_uptr(uptr< type_t > &ptr)
xtd::delete_uptr operator delete a xtd::uptr object.
Definition delete_uptr.hpp:25
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::null pointer valiue.
Contains xtd::uptr type.