args  6.2.0
A simple single-header C++11 STL-only argument parser library
Public Member Functions | List of all members
args::ValidationError Class Reference

Errors that are detected from group validation after parsing finishes. More...

#include <args.hxx>

Inheritance diagram for args::ValidationError:
args::Error args::RequiredError

Public Member Functions

 ValidationError (const std::string &problem)
 
- Public Member Functions inherited from args::Error
 Error (const std::string &problem)
 

Detailed Description

Errors that are detected from group validation after parsing finishes.


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