C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
|
The validation result from parsing a CLI option. More...
#include <validation_result.hpp>
Public Attributes | |
bool | success {true} |
Whether the validation succeeds. | |
abi::string | error |
The error message. | |
The validation result from parsing a CLI option.