Constructs an empty optional.
Synopsis
Declared in <beman/optional/optional.hpp>
constexpr
optional(nullopt_t rhs) noexcept;
Parameters
Name |
Description |
rhs |
Tag indicating the disengaged state. |
Created with MrDocs