std::nullopt
提供: cppreference.com
| ヘッダ <optional> で定義
|
||
| inline constexpr nullopt_t nullopt{/*unspecified*/}; |
(C++17以上) | |
std::nullopt は、未初期化状態の optional 型を表すために使用される、 std::nullopt_t 型の定数です。
[編集] 関連項目
| (C++17) |
未初期化状態の optional 型を表す標識 (クラス) |

