Global Functions in Global Namespace C++
in Sourcefile ustring.hxx
-
operator<<
- std::ostream & operator<<(
std::ostream & |
rStream, |
const rtl::OUString & |
rString ); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Output OUString to a std ostream.
- Description
- Mainly for debugging purposes.
Usage:
::rtl::OUString aString;
... something with aString ...
std::cerr << "The string is: " << aString << std::endl;
Top of Page
Copyright © 2003 Sun Microsystems, Inc.