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

Create an Optional_Base object whose contained value is initialized by forwarding from the specified value.

Synopsis

Declared in <bslstl_optional.h>

template<class t_ANY_TYPE>
constexpr
Optional_Base(
    BloombergLP::bslstl::Optional_ConstructFromForwardRef tag,
    t_ANY_TYPE&& value);

Parameters

NameDescription
tagtag selecting this constructor overload
valuevalue compared with or used to initialize the optional