|
CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
#include <exception.hpp>


Public Member Functions | |
| CGException (std::string message) noexcept | |
| CGException (const CGException &e)=default | |
| CGException (CGException &&e)=default | |
| template<typename... Ts> | |
| CGException (const Ts &... ts) noexcept | |
| const char * | what () const noexcept override |
Protected Attributes | |
| std::string | _message |
The exception used by CppADCodeGen
Definition at line 27 of file exception.hpp.
|
inlineexplicitnoexcept |
Definition at line 33 of file exception.hpp.
|
inlineexplicitnoexcept |
Definition at line 42 of file exception.hpp.
Definition at line 50 of file exception.hpp.
|
protected |
Definition at line 29 of file exception.hpp.