xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
optional.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 <optional>
11
13
namespace
xtd
{
24
template
<
class
type_t>
25
using
optional
= std::optional<type_t>;
26
}
__xtd_std_version.hpp
Contains __xtd_std_version definitions.
xtd::optional
std::optional< type_t > optional
Represents the optional alias on std::optional.
Definition
optional.hpp:25
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:32 for xtd by
Gammasoft
. All rights reserved.