* checks if "argument parsing politics" is OPTIONAL_ARGUMENT and the is set. */
| 251 | * checks if "argument parsing politics" is OPTIONAL_ARGUMENT and the <optional value> is set. |
| 252 | */ |
| 253 | bool HasOptionalValue() const { |
| 254 | return OPTIONAL_ARGUMENT == HasArg_ && OptionalValue_; |
| 255 | } |
| 256 | |
| 257 | /** |
| 258 | * @return optional value |
no outgoing calls
no test coverage detected