xtd 0.2.0
Loading...
Searching...
No Matches
delete_ptr.hpp File Reference
#include "null.hpp"
#include "ptr.hpp"
#include "sptr.hpp"
#include "uptr.hpp"

Definition

Contains xtd::delete_ptr method.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Functions

template<typename type_t >
void xtd::delete_ptr (sptr< type_t > &ptr)
 xtd::delete_ptr operator delete a xtd::sptr or xtd::ptr object.
 
template<typename type_t >
void xtd::delete_ptr (uptr< type_t > &ptr)
 xtd::delete_ptr operator delete a xtd::uptr object.