PLaSK library
Loading...
Searching...
No Matches
plask::IllFormatedComplex Struct Reference

Exception thrown by complex parser when complex number is ill-formated. More...

#include <plask/math.hpp>

Inheritance diagram for plask::IllFormatedComplex:
[legend]
Collaboration diagram for plask::IllFormatedComplex:
[legend]

Public Member Functions

 IllFormatedComplex (const std::string &str_to_parse)
 Constructor.
 
- Public Member Functions inherited from plask::Exception
 Exception (const std::string &msg)
 
template<typename... T>
 Exception (const std::string &msg, const T &... args)
 Format error message using format.
 

Detailed Description

Exception thrown by complex parser when complex number is ill-formated.

Definition at line 351 of file math.hpp.

Constructor & Destructor Documentation

◆ IllFormatedComplex()

plask::IllFormatedComplex::IllFormatedComplex ( const std::string &  str_to_parse)
inline

Constructor.

Parameters
str_to_parseill-formated complex number

Definition at line 357 of file math.hpp.


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