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