#include "ref.hpp"
Contains xtd::create_ref 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> | |
ref< type_t > | xtd::create_ref (type_t &arg) noexcept |
xtd::new_uptr operator. This operator creates a xtd::ref object. | |
template<class type_t> | |
ref< type_t > | xtd::create_ref (ref< type_t > arg) noexcept |
xtd::new_uptr operator. This operator creates a xtd::ref object. | |