std::experimental::nullopt
From cppreference.com
< cpp | experimental | optional
| ヘッダ <experimental/optional>で定義 |
||
| constexpr nullopt_t nullopt{/*未指定*/}; |
(Library Fundamentals TS) | |
std::experimental::nulloptは、`optional`型が未初期化状態であることを示すために使用される、std::experimental::nullopt_t型の定数です。
[編集] 関連項目
| (Library Fundamentals TS) |
未初期化状態の optional 型のインジケーター (クラス) |