C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::cli::validation_result Struct Reference

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.
 

Detailed Description

The validation result from parsing a CLI option.


The documentation for this struct was generated from the following file: