Function any¶
function any(const mask<T, N> &) simd¶
template <typename T, size_t N>
KFR_INTRINSIC bool any(const mask<T, N>& x) Returns true if any element is true.
Equivalent to x[0] || x[1] || ... || x[N-1].
Fully qualified name: kfr::any(const mask<T, N> &)
Declared at simd/logical.hpp:50
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.