|
STLdoc
STLdocumentation
|
Classes | |
| struct | _C_double_complex |
| struct | _C_float_complex |
| struct | _C_ldouble_complex |
| class | complex< _Ty > |
| class | _Ctraits< _Ty > |
| class | _Ctraits< long double > |
| class | _Ctraits< double > |
| class | _Ctraits< float > |
| struct | _Complex_value< _Ty > |
| class | _Complex_base< _Ty, _Valbase > |
| class | complex< float > |
| class | complex< double > |
| class | complex< long double > |
| class | complex< _Ty > |
Namespaces | |
| literals | |
| literals::complex_literals | |
Macros | |
| #define | _COMPLEX_ |
| #define | _C_COMPLEX_T |
| #define | _RE 0 |
| #define | _IM 1 |
| #define | _CMPLX(T) complex<T > |
| #define | _CTR(T) _Ctraits<T > |
| #define | _TMPLT(T) template<class T > |
Typedefs | |
| typedef struct _C_double_complex | _C_double_complex |
| typedef struct _C_float_complex | _C_float_complex |
| typedef struct _C_ldouble_complex | _C_ldouble_complex |
| typedef _CSTD _C_float_complex | _Fcomplex_value |
| typedef _CSTD _C_ldouble_complex | _Lcomplex_value |
Functions | |
| template<class _Ty , class _Elem , class _Tr > | |
| basic_istream< _Elem, _Tr > & | operator>> (basic_istream< _Elem, _Tr > &_Istr, complex< _Ty > &_Right) |
| template<class _Ty , class _Elem , class _Tr > | |
| basic_ostream< _Elem, _Tr > & | operator<< (basic_ostream< _Elem, _Tr > &_Ostr, const complex< _Ty > &_Right) |
| constexpr complex< long double > | literals::complex_literals::operator""il (long double _Val) |
| constexpr complex< long double > | literals::complex_literals::operator""il (unsigned long long _Val) |
| constexpr complex< double > | literals::complex_literals::operator""i (long double _Val) |
| constexpr complex< double > | literals::complex_literals::operator""i (unsigned long long _Val) |
| constexpr complex< float > | literals::complex_literals::operator""if (long double _Val) |
| constexpr complex< float > | literals::complex_literals::operator""if (unsigned long long _Val) |
Variables | |
| _STD_BEGIN typedef _CSTD _C_double_complex | _Dcomplex_value |
| #define _C_COMPLEX_T |
| #define _CMPLX | ( | T | ) | complex<T > |
| #define _COMPLEX_ |
| #define _CTR | ( | T | ) | _Ctraits<T > |
| #define _IM 1 |
| #define _RE 0 |
| #define _TMPLT | ( | T | ) | template<class T > |
| typedef struct _C_double_complex _C_double_complex |
| typedef struct _C_float_complex _C_float_complex |
| typedef struct _C_ldouble_complex _C_ldouble_complex |
| typedef _CSTD _C_float_complex _Fcomplex_value |
| typedef _CSTD _C_ldouble_complex _Lcomplex_value |
|
inline |
|
inline |
| _STD_BEGIN typedef _CSTD _C_double_complex _Dcomplex_value |
1.8.8