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> &)
Declared at simd/operators.hpp:132
Function operator~¶
function operator~(const mask<T, N> &) simd¶
Bitwise NOT of a mask.
Fully qualified name: kfr::operator~(const mask<T, N> &)
Declared at simd/operators.hpp:191
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.