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