* Check if this argument have default values for its title and help. */
| 827 | * Check if this argument have default values for its title and help. |
| 828 | */ |
| 829 | bool IsDefault() const { |
| 830 | return Title_.empty() && Help_.empty(); |
| 831 | } |
| 832 | |
| 833 | /** |
| 834 | * Set argument title. |
no test coverage detected