teqp 0.19.1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
teqp::wrt_helper Struct Reference

#include <derivs.hpp>

Public Member Functions

template<typename... Args>
auto operator() (Args &&... args) const
 

Detailed Description

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.

Member Function Documentation

◆ operator()()

template<typename... Args>
auto teqp::wrt_helper::operator() ( Args &&... args) const
inline

Definition at line 86 of file derivs.hpp.


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