xtd 0.2.0
Loading...
Searching...
No Matches
optional.hpp File Reference

Definition

Contains xtd::optional type.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Typedefs

template<typename type_t >
using xtd::optional = std::optional< type_t >
 Represents the null_opt alias on std::nullopt_t.