Skip to content

Function operator&&

function operator&&(const mask<T1, N> &, const mask<T2, N> &) simd

template <typename T1, typename T2, size_t N, typename C = std::common_type_t<T1, T2>>
    requires(sizeof(T1) == sizeof(T2))
KFR_INTRINSIC mask<C, N> operator&&(const mask<T1, N>& x, const mask<T2, N>& y) noexcept

Logical AND of two masks (bit-level conjunction, size must match).

Fully qualified name: kfr::operator&&(const mask<T1, N> &, const mask<T2, N> &)

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