Namespaces
Variants

std::experimental:: nullopt

From cppreference.net
ヘッダーで定義 <experimental/optional>
constexpr nullopt_t nullopt { /*unspecified*/ } ;
(ライブラリ基盤 TS)

std::experimental::nullopt std::experimental::nullopt_t 型の定数であり、未初期化状態の optional 型を示すために使用されます。

関連項目

(library fundamentals TS)
未初期化状態のoptional型の指示子
(クラス)