Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
invalid_argument Class Reference

#include <_exceptions.hh>

Inheritance diagram for invalid_argument:
Collaboration diagram for invalid_argument:

Public Member Functions

 invalid_argument (const std::string &what_arg)
 
 invalid_argument (const char *what_arg)
 

Detailed Description

Definition at line 34 of file _exceptions.hh.

Constructor & Destructor Documentation

◆ invalid_argument() [1/2]

invalid_argument ( const std::string &  what_arg)
inlineexplicit

Definition at line 37 of file _exceptions.hh.

38 : std::invalid_argument (what_arg)
39 {}

◆ invalid_argument() [2/2]

invalid_argument ( const char *  what_arg)
inlineexplicit

Definition at line 41 of file _exceptions.hh.

42 : std::invalid_argument (what_arg)
43 {}

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