beman::optional::nullopt_t::nullopt_t

Construct a new nullopt_t object

Synopsis

Declared in <beman/optional/optional.hpp>
constexpr
explicit
nullopt_t(Tag value) noexcept;


Description

constexpr for nullopt_t to be literal.

Parameters

Name Description
value The object to construct from

Created with MrDocs