[#BloombergLP-bslstl-Optional_Base-05-2constructor-0b9bd] = 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 having the value of the (template parameter) `t_TYPE` created in place using the specified `args`. Use the currently installed default allocator to supply memory. == Synopsis Declared in `<bslstl_optional.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class... t_ARGS> explicit Optional_Base( std::in_place_t, t_ARGS&&... args); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#