Function ipow¶
function ipow(E1 &&, E2 &&) base¶
template <typename E1, typename E2>
requires expression_arguments<E1, E2>
KFR_INTRINSIC expression_make_function<fn::ipow, E1, E2> ipow(E1&& x, E2&& b) Creates an expression that returns x raised to the integer power b.
Fully qualified name: kfr::ipow(E1 &&, E2 &&)
Declared at base/simd_expressions.hpp:80
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.