Return true if the command line argument was specified on the command line.
| 56 | T default_value() const { return value_; } |
| 57 | // Return true if the command line argument was specified on the command line. |
| 58 | bool specified() const { return specified_; } |
| 59 | // Const reference to parsed value. |
| 60 | const T& value() const { return value_; } |
| 61 |
no outgoing calls
no test coverage detected