|
argagg
|
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>
Public Member Functions | |
| T | runtime_error (T... args) |
| Public Member Functions inherited from std::runtime_error | |
| T | runtime_error (T... args) |
| T | what (T... args) |
| Public Member Functions inherited from std::exception | |
| T | what (T... args) |
| T | ~exception (T... args) |
| T | operator= (T... args) |
| T | exception (T... args) |
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 104 of file argagg.hpp.
| T std::runtime_error::runtime_error | ( | T... | args | ) |