[#BloombergLP-balcl-CommandLine-isSpecified-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/CommandLine.adoc[CommandLine]::isSpecified :relfileprefix: ../../../ :mrdocs: `isSpecified` overloads == Synopses Declared in `<balcl_commandline.h>` Return `true` if the option with the specified `name` has been entered on the command line, and `false` otherwise. Note that, in order to receive a valid result, the command line must be successfully parsed. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balcl/CommandLine/isSpecified-08.adoc[isSpecified](std::string_view const& name) const; ---- [.small]#xref:BloombergLP/balcl/CommandLine/isSpecified-08.adoc[_» more..._]# Return `true` if the option with the specified `name` has been entered on the command line and load into the specified `count` the number of times the option `name` has been entered on the command line; otherwise, return `false` and leave `count` unaffected. Note that, in order to receive valid values, the command line must be successfully parsed. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/balcl/CommandLine/isSpecified-00.adoc[isSpecified]( std::string_view const& name, int* count) const; ---- [.small]#xref:BloombergLP/balcl/CommandLine/isSpecified-00.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#