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>

bool
isNameValid(std::ostream& stream) const;

Return Value

true if the name is valid, and false otherwise

Parameters

Name

Description

stream

diagnostic output stream

Created with MrDocs