xtd 0.2.0
create_const_reference_wrapper_object.hpp
Go to the documentation of this file.
1
4#pragma once
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< const type_t > create_const_reference_wrapper_object(const type_t &arg) noexcept
xtd::create_const_reference_wrapper_object operator. This operator creates a xtd::reference_wrapper_o...
Definition create_const_reference_wrapper_object.hpp:24
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::reference_wrapper_object class.