Return whether the description is valid for this option.
Declared in <balcl_option.h>
bool
isDescriptionValid(std::ostream& stream) const;
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.
true if the description is valid, and false otherwise
| Name | Description |
|---|---|
| stream | diagnostic output stream |