bsl::optional<t_TYPE>

Deduce the specified type t_TYPE from the corresponding type supplied to the constructor of optional.

Synopsis

Declared in <bslstl_optional.h>

template<class t_TYPE>
optional<t_TYPE>(t_TYPE) -> optional<t_TYPE>;