Public Types |
| typedef _Tp | value_type |
| typedef complex< _Tp > | _Self |
Public Member Functions |
| | complex () |
| | complex (const value_type &__x) |
| | complex (const value_type &__x, const value_type &__y) |
| | complex (const _Self &__z) |
| _Self & | operator= (const _Self &__z) |
| value_type | real () const |
| value_type | imag () const |
| _Self & | operator= (const value_type &__x) |
| _Self & | operator+= (const value_type &__x) |
| _Self & | operator-= (const value_type &__x) |
| _Self & | operator*= (const value_type &__x) |
| _Self & | operator/= (const value_type &__x) |
| _Self & | operator+= (const _Self &__z) |
| _Self & | operator-= (const _Self &__z) |
| _Self & | operator*= (const _Self &__z) |
| _Self & | operator/= (const _Self &__z) |
Static Public Member Functions |
| static void _STLP_CALL | _div (const value_type &__z1_r, const value_type &__z1_i, const value_type &__z2_r, const value_type &__z2_i, value_type &__res_r, value_type &__res_i) |
| static void _STLP_CALL | _div (const value_type &__z1_r, const value_type &__z2_r, const value_type &__z2_i, value_type &__res_r, value_type &__res_i) |
Data Fields |
| value_type | _M_re |
| value_type | _M_im |
template<class _Tp>
struct complex< _Tp >
Definition at line 36 of file _complex.h.