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
#include "
generic_stream_output.hpp
"
12
14
namespace
xtd
{
25
template
<
class
type_t>
26
using
optional
= std::optional<type_t>;
27
}
__xtd_std_version.hpp
Contains __xtd_std_version definitions.
generic_stream_output.hpp
Contains generic stream output methods.
xtd::optional
std::optional< type_t > optional
Represents the optional alias on std::optional.
Definition
optional.hpp:26
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on Sun Dec 14 2025 11:50:34 for xtd by
Gammasoft
. All rights reserved.