Skip to content

Function all

function all(const mask<T, N> &) simd

template <typename T, size_t N>
KFR_INTRINSIC bool all(const mask<T, N>& x)

Returns true if all elements are true.

Equivalent to x[0] && x[1] && ... && x[N-1].

Fully qualified name: kfr::all(const mask<T, N> &)

Declared at simd/logical.hpp:39

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.