[#BloombergLP-balcl-Option-isDescriptionValid] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/Option.adoc[Option]::isDescriptionValid :relfileprefix: ../../../ :mrdocs: Return `true` if the description 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 isDescriptionValid(std::ostream& stream) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#