[#BloombergLP-balcl-Option-2constructor-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/Option.adoc[Option]::Option :relfileprefix: ../../../ :mrdocs: Create a command‐line option containing the value of the specified `optionInfo`. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. == Synopsis Declared in `<balcl_option.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit Option( xref:BloombergLP/balcl/OptionInfo.adoc[OptionInfo] const& optionInfo, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#