[#BloombergLP-balcl-CommandLine-isSpecified-02] = 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. == Synopses Declared in `<balcl_commandline.h>` Return `true` if the option with `name` was entered on the command line. [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 `name` was entered on the command line. [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..._]# == 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 | *count* | loaded with the number of times `name` was entered |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#