Explicitly create an optional by moving from the specified std::optional original. Use the currently installed default allocator to supply memory.
Declared in <bslstl_optional.h>
template<class t_ANY_TYPE>
constexpr
explicit
optional(std::optional<t_ANY_TYPE>&& original);