argagg
Loading...
Searching...
No Matches
argagg::unknown_option Struct Reference

This exception is thrown when an unknown option is requested by name from an argagg::parser_results through the indexing operator ([]). More...

#include <argagg.hpp>

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

Public Member Functions

runtime_error (T... args)
 
- 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 unknown option is requested by name from an argagg::parser_results through the indexing operator ([]).

Definition at line 152 of file argagg.hpp.

Member Function Documentation

◆ runtime_error()

T std::runtime_error::runtime_error ( T... args)

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