[#BloombergLP-balcl-CommandLine-isSpecified-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/CommandLine.adoc[CommandLine]::isSpecified :relfileprefix: ../../../ :mrdocs: Return `true` if the option with `name` was entered on the command line. == Synopsis Declared in `<balcl_commandline.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isSpecified(std::string_view const& name) const; ---- == Description Note that, in order to receive a valid result, the command line must be successfully parsed. == Return Value `true` if the named option was entered on the command line, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *name* | option name to query |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#