xtd 0.2.0
any.hpp
Go to the documentation of this file.
1
3#pragma once
5#define __XTD_STD_INTERNAL__
7#undef __XTD_STD_INTERNAL__
9
10#include <any>
11
13namespace xtd {
24 using any = std::any;
25}
26
27#include "any_cast.hpp"
28#include "make_any.hpp"
Contains __xtd_std_version definitions.
Contains xtd::any_cast alias on xtd::any_cast operators.
std::any any
Represents the any alias on std::any.
Definition any.hpp:24
Contains xtd::any_cast alias on xtd::any_cast operators.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8