xtd 0.2.0
Loading...
Searching...
No Matches
nullopt.h
Go to the documentation of this file.
1
4#pragma once
5#include "null_opt.h"
6#include "core_export.h"
7
9namespace xtd {
26 constexpr null_opt nullopt = std::nullopt;
27}
Contains core_export_ keyword.
std::nullopt_t null_opt
Represents the null_opt alias on std::nullopt_t.
Definition null_opt.h:19
constexpr null_opt nullopt
Represents a nullopt value. Used to indicate that an std::optional does not contain a value.
Definition nullopt.h:26
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::null_opt alias.