Template Function ripple::math::clamp(const T&, const T&, const T&)¶
Defined in File math.hpp
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “ripple::math::clamp” with arguments ((const T&, const T&, const T&)) in doxygen xml output for project “Ripple” from directory: /home/hiccup/Catalyst/ripple/build/docs/docs/doxygen/xml. Potential matches:
- template<typename Impl, typename T> auto clamp(Array<Impl> &a, const T &lo, const T &hi) noexcept -> void
- template<typename Impl, typename T> auto clamp(const T &v, const T &lo, const T &hi) noexcept -> const T&