xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
nullopt.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
null_opt.hpp
"
6
#include "
core_export.hpp
"
7
9
namespace
xtd
{
26
constexpr
null_opt
nullopt
= std::nullopt;
27
}
core_export.hpp
Contains core_export_ keyword.
xtd::null_opt
std::nullopt_t null_opt
Represents the null_opt alias on std::nullopt_t.
Definition
null_opt.hpp:19
xtd::nullopt
constexpr null_opt nullopt
Represents a nullopt value. Used to indicate that an std::optional does not contain a value.
Definition
nullopt.hpp:26
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
null_opt.hpp
Contains xtd::null_opt alias.
Generated on
for xtd by
Gammasoft
. All rights reserved.