[#BloombergLP-bslstl-Optional_Base-05-2constructor-0aa] = 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 whose contained value is initialized from the specified `args`. Use the specified `allocator` to supply memory. == Synopsis Declared in `<bslstl_optional.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class... t_ARGS> Optional_Base( std::allocator_arg_t, xref:BloombergLP/bslstl/Optional_Base-05/allocator_type.adoc[allocator_type] allocator, std::in_place_t, t_ARGS&&... args); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#