Template Function flrv::param::operator*(const S&, const T&)

Function Documentation

Warning

doxygenfunction: Unable to resolve function “flrv::param::operator*” with arguments (const S&, const T&) in doxygen xml output for project “fluent_rviz Doxygen Project” from directory: /tmp/ws/docs_build/fluent_rviz/output_staging/generated/doxygen/xml. Potential matches:

- template<class S, class T> std::enable_if_t<is_accessible_v<S> && std::is_scalar_v<T>, S> operator*(S lhs, T rhs) noexcept
- template<class S, class T> std::enable_if_t<is_quat_compat_v<S> && is_quat_compat_v<T>, S> operator*(const S &lhs, const T &rhs) noexcept
- template<class S, class T> std::enable_if_t<is_quat_compat_v<S> && is_vec3_compat_v<T>, T> operator*(const S &lhs, const T &rhs) noexcept
- template<class S, class T> std::enable_if_t<std::is_scalar_v<S> && is_accessible_v<T>, T> operator*(S lhs, T rhs) noexcept