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