* @return user value */
| 359 | * @return user value |
| 360 | */ |
| 361 | const void* UserValue() const { |
| 362 | return UserValue_; |
| 363 | } |
| 364 | |
| 365 | /** |
| 366 | * Set help string that appears with `--help`. Unless `CompletionHelp` is given, this message will also be used |
no outgoing calls
no test coverage detected