std::experimental::nullopt
Min standard notice:
Header: <experimental/optional>
std::experimental::nullopt is a constant of type std::experimental::nullopt_t that is used to indicate optional type with uninitialized state.
# Declarations
constexpr nullopt_t nullopt{/*unspecified*/};
(library fundamentals TS)