xtd 0.2.0
ref.hpp
Go to the documentation of this file.
1
4#pragma once
6
8namespace xtd {
10
24 template<class type_t>
27}
The xtd::reference_wrapper_object is a reference wrapper as std::reference_wrapper.
Definition reference_wrapper_object.hpp:38
xtd::reference_wrapper_object< type_t > ref
The xtd::ref object is a reference wrapper.
Definition ref.hpp:25
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::reference_wrapper_object class.