Skip to content

Function operator~

function operator~(const vec<T, N> &) simd

template <typename T, size_t N>                                                                          \
    constexpr KFR_INTRINSIC vec<T, N> operator op(const vec<T, N>& x) { … }

Fully qualified name: kfr::operator~(const vec<T, N> &)

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

Bitwise NOT of a mask.

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.