xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
any.hpp
Go to the documentation of this file.
1
3
#pragma once
5
#define __XTD_STD_INTERNAL__
6
#include "
internal/__xtd_std_version.hpp
"
7
#undef __XTD_STD_INTERNAL__
9
10
#include <any>
11
13
namespace
xtd
{
24
using
any
= std::any;
25
}
26
27
#include "
any_cast.hpp
"
28
#include "
make_any.hpp
"
__xtd_std_version.hpp
Contains __xtd_std_version definitions.
any_cast.hpp
Contains xtd::any_cast alias on xtd::any_cast operators.
xtd::any
std::any any
Represents the any alias on std::any.
Definition
any.hpp:24
make_any.hpp
Contains xtd::any_cast alias on xtd::any_cast operators.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on Sun Aug 31 2025 20:45:31 for xtd by
Gammasoft
. All rights reserved.