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

Error that occurs when a singular flag is specified multiple times. More...

#include <args.hxx>

Inheritance diagram for args::ExtraError:
args::ParseError args::Error

Public Member Functions

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

Detailed Description

Error that occurs when a singular flag is specified multiple times.


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