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