C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
|
The raw parsed result of a CLI option. More...
#include <option_result.hpp>
Public Attributes | |
abstract::option | option |
The corresponding CLI option. | |
std::optional< abi::string > | raw_value |
The raw parsed value. | |
The raw parsed result of a CLI option.