xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
ref.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
reference_wrapper_object.hpp
"
6
8
namespace
xtd
{
10
24
template
<
class
type_t>
25
using
ref
=
xtd::reference_wrapper_object<type_t>
;
27
}
xtd::reference_wrapper_object
The xtd::reference_wrapper_object is a reference wrapper as std::reference_wrapper.
Definition
reference_wrapper_object.hpp:38
xtd::ref
xtd::reference_wrapper_object< type_t > ref
The xtd::ref object is a reference wrapper.
Definition
ref.hpp:25
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
reference_wrapper_object.hpp
Contains xtd::reference_wrapper_object class.
Generated on Sun Aug 31 2025 20:45:33 for xtd by
Gammasoft
. All rights reserved.