#include "optional.h"
Contains xtd::optional type.
Contains xtd::null_opt alias.
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. | |