[#BloombergLP-bslstl-Optional_DataImp-2constructor-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Optional_DataImp.adoc[Optional_DataImp]::Optional_DataImp :relfileprefix: ../../../ :mrdocs: Create an `Optional_DataImp` object, which contains the result of invocation of the specified `invocable` with the specified `arg`. == Synopsis Declared in `<bslstl_optional.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_INVOCABLE, class t_ARG> Optional_DataImp( xref:BloombergLP/bslstl/Optional_InvokeConstructorTag.adoc[Optional_InvokeConstructorTag], t_INVOCABLE&& invocable, t_ARG&& arg); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#