#include <Error.h>
|
| OutOfRange (std::string name, double value, double min, double max) |
|
template<typename... Args> |
| GeneralError (std::string name, Args &&... args) |
|
Definition at line 16 of file Error.h.
◆ OutOfRange()
GooFit::OutOfRange::OutOfRange |
( |
std::string |
name, |
|
|
double |
value, |
|
|
double |
min, |
|
|
double |
max |
|
) |
| |
|
inline |
Definition at line 17 of file Error.h.
18 :
GeneralError(
"{} value {} is not in range {} to {}", name, value, min, max) {}
GeneralError(std::string name, Args &&... args)
The documentation for this struct was generated from the following file:
- /home/travis/build/GooFit/GooFit/include/goofit/Error.h