args
6.2.0
A simple single-header C++11 STL-only argument parser library
|
Errors that when a required flag is omitted. More...
#include <args.hxx>
Public Member Functions | |
RequiredError (const std::string &problem) | |
Public Member Functions inherited from args::ValidationError | |
ValidationError (const std::string &problem) | |
Public Member Functions inherited from args::Error | |
Error (const std::string &problem) | |
Errors that when a required flag is omitted.