xtd 0.2.0
const_object_ref.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "object.hpp"
6#include <functional>
7
9namespace xtd {
21}
xtd::reference_wrapper_object< type_t > ref
The xtd::ref object is a reference wrapper.
Definition ref.hpp:25
xtd::ref< const xtd::object > const_object_ref
Represents an object reference.
Definition const_object_ref.hpp:20
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::object class.