xtd 0.2.0
create_ref.hpp File Reference
#include "ref.hpp"

Definition

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.