teqp 0.19.1
|
#include <derivs.hpp>
Public Member Functions | |
template<typename... Args> | |
auto | operator() (Args &&... args) const |
A class to help with the forwarding of arguments to wrt of autodiff. std::apply cannot be applied to wrt directly because the wrt uses perfect forwarding and the compiler cannot work out argument types but by making the struct with operator(), the compiler can figure out the argument types
Definition at line 84 of file derivs.hpp.
|
inline |
Definition at line 86 of file derivs.hpp.