Skip to content

Function operator!

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

template <typename T, size_t N>
KFR_INTRINSIC mask<T, N> operator!(const mask<T, N>& x) noexcept

Logical NOT of a mask (equivalent to bitwise NOT).

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

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