xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
delete_uptr.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
null.hpp
"
6
#include "
uptr.hpp
"
7
9
namespace
xtd
{
24
template
<
typename
type_t>
25
auto
delete_uptr
(
uptr<type_t>
&
ptr
) ->
void
{
ptr
=
null
;}
26
}
xtd::null
null_ptr null
Represents a null pointer value.
xtd::uptr
xtd::unique_ptr_object< type_t > uptr
The xtd::uptr object is a unique pointer.
Definition
uptr.hpp:25
xtd::ptr
xtd::sptr< type_t > ptr
The xtd::ptr object is a shared pointer.
Definition
ptr.hpp:27
xtd::delete_uptr
auto delete_uptr(uptr< type_t > &ptr) -> void
xtd::delete_uptr operator delete a xtd::uptr object.
Definition
delete_uptr.hpp:25
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
null.hpp
Contains xtd::null pointer valiue.
uptr.hpp
Contains xtd::uptr type.
Generated on
for xtd by
Gammasoft
. All rights reserved.