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

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.