[#bsl-optional-072-2constructor-080] = xref:bsl.adoc[bsl]::xref:bsl/optional-072.adoc[optional]::optional :relfileprefix: ../../ :mrdocs: Create a disengaged `optional` object if the specified `original` object is disengaged, and an `optional` object with the value of `original.value()` moved. == Synopsis Declared in `<bslstl_optional.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ANY_TYPE> constexpr optional(xref:BloombergLP/bslmf/MovableRef_Deduced.adoc[BloombergLP::bslmf::MovableRef_Deduced<optional<t_ANY_TYPE>>] original); ---- == Parameters [cols="1,4"] |=== | Name| Description | *original* | source optional used to initialize this object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#