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

This exception is thrown when an option's flag is invalid. This can be the case if the flag is not prefixed by one or two hyphens or contains non alpha-numeric characters after the hyphens. See is_valid_flag_definition() for more details. More...

#include <argagg.hpp>

Inheritance diagram for argagg::invalid_flag:
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 option's flag is invalid. This can be the case if the flag is not prefixed by one or two hyphens or contains non alpha-numeric characters after the hyphens. See is_valid_flag_definition() for more details.

Definition at line 141 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: