argagg
 All Classes Namespaces Files Functions Variables Macros Pages
List of all members
argagg::unexpected_argument_error Struct Reference

This exception is thrown when a long option is parsed and is given an argument using the "=" syntax but the option doesn't expect an argument. More...

#include <argagg.hpp>

Inheritance diagram for argagg::unexpected_argument_error:
std::runtime_error std::exception

Additional Inherited Members

- Public Member Functions inherited from std::runtime_error
runtime_error (T...args)
 
what (T...args)
 
- Public Member Functions inherited from std::exception
what (T...args)
 
~exception (T...args)
 
operator= (T...args)
 
exception (T...args)
 

Detailed Description

This exception is thrown when a long option is parsed and is given an argument using the "=" syntax but the option doesn't expect an argument.

Definition at line 109 of file argagg.hpp.


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