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.   | |