Contains xtd::new_shared_ptr_object 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<class type_t, class ... args_t> | |
| shared_ptr_object< type_t > | xtd::new_shared_ptr_object (args_t &&... args) |
| xtd::new_shared_ptr_object operator creates a xtd::shared_ptr_object object. | |
| template<class type_t> | |
| shared_ptr_object< type_t > | xtd::new_shared_ptr_object (const type_t &arg) |
| xtd::new_shared_ptr_object operator creates a xtd::shared_ptr_object object. | |
| template<class type_t> | |
| shared_ptr_object< type_t > | xtd::new_shared_ptr_object () |
| xtd::new_shared_ptr_object operator creates a xtd::shared_ptr_object object. | |