Template Function librapid::array::operator-(LHS&&, RHS&&)#

Function Documentation#

Warning

doxygenfunction: Unable to resolve function “librapid::array::operator-” with arguments (LHS&&, RHS&&) in doxygen xml output for project “librapid” from directory: ../xml. Potential matches:

- template<class LHS, class RHS, typename std::enable_if_t<detail::isArrayOpArray<LHS, RHS>(), int> = 0> auto operator-(LHS &&lhs, RHS &&rhs)
- template<class VAL, typename std::enable_if_t<detail::isArrayOp<VAL>(), int> = 0> auto operator-(VAL &&val)