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

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>

Inheritance diagram for argagg::option_lacks_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 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.


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