xtd 0.2.0
create_reference_wrapper_object.hpp File Reference
#include "reference_wrappr_object.hpp"
#include <utility>

Definition

Contains xtd::create_reference_wrapper_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>
reference_wrapper_object< type_t > xtd::create_reference_wrapper_object (type_t &arg) noexcept
 xtd::create_reference_wrapper_object operator. This operator creates a xtd::reference_wrapper_object object.
 
template<class type_t>
reference_wrapper_object< type_t > xtd::create_reference_wrapper_object (reference_wrapper_object< type_t > arg) noexcept
 xtd::create_reference_wrapper_object operator. This operator creates a xtd::reference_wrapper_object object.