xtd 0.2.0
create_reference_wrapper_object.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "reference_wrappr_object.hpp"
6#include <utility>
7
9namespace xtd {
23 template<class type_t>
38 template<class type_t>
40}
The xtd::reference_wrapper_object is a reference wrapper as std::reference_wrapper.
Definition reference_wrapper_object.hpp:38
reference_wrapper_object< type_t > create_reference_wrapper_object(type_t &arg) noexcept
xtd::create_reference_wrapper_object operator. This operator creates a xtd::reference_wrapper_object ...
Definition create_reference_wrapper_object.hpp:24
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8