BloombergLP::bslstl::Optional_Base<t_TYPE, false>::Optional_Base

Create an Optional_Base by moving from a std::optional.

Synopsis

Declared in <bslstl_optional.h>

template<class t_ANY_TYPE>
constexpr
Optional_Base(
    BloombergLP::bslstl::Optional_MoveConstructFromStdOptional tag,
    std::optional<t_ANY_TYPE>&& original);

Parameters

NameDescription
tagtag selecting this constructor overload
originalsource optional used to initialize this object