#include <EulerEquation.hpp>
|
template<typename Equation , typename Dest , typename State , typename = std::enable_if_t<is_tag_invocable< KineticStateFromCompleteFn, Equation, Dest, State>::value>> |
constexpr auto | operator() (Equation &&eq, Dest &&dest, State &&state) const noexcept(is_nothrow_tag_invocable< KineticStateFromCompleteFn, Equation, Dest, State >::value) -> tag_invoke_result_t< KineticStateFromCompleteFn, Equation, Dest, State > |
|
◆ operator()()
template<typename Equation , typename Dest , typename State , typename = std::enable_if_t<is_tag_invocable< KineticStateFromCompleteFn, Equation, Dest, State>::value>>
The documentation for this struct was generated from the following file: