Logical functions¶
all
function¶
template <typename T, size_t N>
bool all(const mask<T, N> &x)
Returns x[0] && x[1] && ... && x[N-1]
any
function¶
template <typename T, size_t N>
bool any(const mask<T, N> &x)
Returns x[0] || x[1] || ... || x[N-1]
Auto-generated from sources, Revision 6aea976a464de59d522d0c629e64bf0c044e6777, https://github.com/kfrlib/kfr/blob/6aea976a464de59d522d0c629e64bf0c044e6777/include/kfr/