Function min¶
function min(const T1 &, const T2 &) simd¶
template <numeric T1, numeric T2, typename Tout = std::common_type_t<T1, T2>>
KFR_INTRINSIC Tout min(const T1& x, const T2& y) Returns the smaller of two values.
Fully qualified name: kfr::min(const T1 &, const T2 &)
Declared at simd/min_max.hpp:36
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.