CppADCodeGen
2.3.0
A C++ Algorithmic Differentiation Package with Source Code Generation
|
Public Member Functions | |
CGException (const std::string &message) throw () | |
template<typename... Ts> | |
CGException (const Ts &... ts) throw () | |
const char * | what () const throw () |
Protected Attributes | |
std::string | _message |
Source code generation exception
Definition at line 26 of file exception.hpp.