Template Function librapid::autodiff::operator+#

Function Documentation#

template<typename LHS, typename RHS, typename std::enable_if_t<IsDiffType<std::decay_t<LHS>>::value && IsDiffType<std::decay_t<RHS>>::value, int> = 0>
constexpr auto librapid::autodiff::operator+(LHS &&lhs, RHS &&rhs)#