[#BloombergLP-balcl-Option-isNameValid] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/Option.adoc[Option]::isNameValid :relfileprefix: ../../../ :mrdocs: Return `true` if the name is valid for this option, leaving the specified `stream` unaffected; otherwise, write a diagnostic message to `stream` and return `false`. == Synopsis Declared in `<balcl_option.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isNameValid(std::ostream& stream) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#