|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
24 template<
class type_t>
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.