xtd 0.2.0
const_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 const_object_ref = std::reference_wrapper<const object>;
19 }
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Contains xtd::object class.
std::reference_wrapper< const object > const_object_ref
Represents an object reference.
Definition: const_object_ref.h:18