Function operator~¶
function operator~(E1 &&) base¶
template <expression_argument E1>
KFR_INTRINSIC expression_make_function<fn::bitwisenot, E1> operator~(E1&& e1) Creates an expression that returns the bitwise NOT of e1.
Fully qualified name: kfr::operator~(E1 &&)
Declared at base/simd_expressions.hpp:314
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.