[#BloombergLP-bslstl-Optional_Base-05-2constructor-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Optional_Base-05.adoc[Optional_Base]::Optional_Base :relfileprefix: ../../../ :mrdocs: Create an `Optional_Base` 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_Base( xref:BloombergLP/bslstl/Optional_InvokeConstructorTag.adoc[Optional_InvokeConstructorTag] tag, t_INVOCABLE&& invocable, t_ARG&& arg); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#