xtd 0.2.0
object_ref.h
Go to the documentation of this file.
1 #pragma once
5 #include "object.h"
6 #include <functional>
7 
9 namespace xtd {
18  using object_ref = std::reference_wrapper<object>;
19 }
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
std::reference_wrapper< object > object_ref
Represents an object reference.
Definition: object_ref.h:18
Contains xtd::object class.