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>
Additional Inherited Members | |
![]() | |
T | runtime_error (T...args) |
T | what (T...args) |
![]() | |
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 109 of file argagg.hpp.