_complex.c File Reference

_STLP_COMPLEX_C

operator<< ( basic_ostream< _CharT, _Traits > &, const complex< _Tp > & )

basic_ostream< _CharT, _Traits > &_STLP_CALLoperator<<(basic_ostream< _CharT, _Traits > &__os,
const complex< _Tp > &__z
)

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__os-
__z-
Return Value
-

operator>> ( basic_istream< _CharT, _Traits > &, complex< _Tp > & )

basic_istream< _CharT, _Traits > &_STLP_CALLoperator>>(basic_istream< _CharT, _Traits > &__is,
complex< _Tp > &__z
)

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__is-
__z-
Return Value
-