[#bsl-optional-072-2constructor-01f] = xref:bsl.adoc[bsl]::xref:bsl/optional-072.adoc[optional]::optional :relfileprefix: ../../ :mrdocs: Explicitly create an `optional` by moving from the specified `std::optional` `original` using the specified `allocator`. == Synopsis Declared in `<bslstl_optional.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ANY_TYPE> explicit optional( std::allocator_arg_t, xref:bsl/optional-072.adoc[AllocType] allocator, std::optional<t_ANY_TYPE>&& original); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#