args
6.2.0
A simple single-header C++11 STL-only argument parser library
|
Error that occurs when a singular flag is specified multiple times. More...
#include <args.hxx>
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) | |
Error that occurs when a singular flag is specified multiple times.