Indicates optional() type with uninitialized state. More...
#include <optional.hpp>
Indicates optional() type with uninitialized state.
In particular, optional has a constructor with nullopt_t as a single argument, which creates an optional that does not contain a value.
T | Type of value to store. |