This exception is thrown when an option requires an argument but is not provided one. This can happen if another flag was found after the option or if we simply reach the end of the command line arguments. 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 an option requires an argument but is not provided one. This can happen if another flag was found after the option or if we simply reach the end of the command line arguments.
Definition at line 133 of file argagg.hpp.