Construct a new nullopt_t object
Synopsis
Declared in <beman/optional/optional.hpp>
constexpr
explicit
nullopt_t(Tag tag) noexcept;
Description
constexpr for nullopt_t to be literal.
Parameters
Name |
Description |
tag |
Disambiguation tag; its value is not used. |
Created with MrDocs