function real(const int &) complex¶ template <typename T> constexpr KFR_INTRINSIC T real(const complex<T>& value) { … } Returns the real part of the complex value Defined at simd/complex.hpp:236