Go to the source code of this file.
|
template<class _Tp , class _CharT , class _Traits > |
basic_ostream< _CharT, _Traits > &_STLP_CALL | operator<< (basic_ostream< _CharT, _Traits > &__os, const complex< _Tp > &__z) |
|
template<class _Tp , class _CharT , class _Traits > |
basic_istream< _CharT, _Traits > &_STLP_CALL | operator>> (basic_istream< _CharT, _Traits > &__is, complex< _Tp > &__z) |
|
◆ _STLP_COMPLEX_C
◆ operator<<()
template<class _Tp , class _CharT , class _Traits >
Definition at line 92 of file _complex.c.
97 __tmp <<
'(' << __z.
real() <<
',' << __z.
imag() <<
')';
98 return __os << __tmp.
str();
streamsize precision() const
locale imbue(const locale &)
◆ operator>>()
template<class _Tp , class _CharT , class _Traits >
Definition at line 107 of file _complex.c.
113 const char __punct[4] =
"(,)";
115 __c_type.widen(__punct, __punct + 3, __wpunct);
#define eq(received, expected, label, type)
_Self & putback(char_type __c)
void setstate(iostate __state)
const ctype< char_type > * _M_ctype_facet() const