Global Functions in Namespace rtl
in Sourcefile oustringostreaminserter.hxx


operator<<

template< typename charT, typename traits >


std::basic_ostream< charT, traits > & operator<<(
std::basic_ostream< charT, traits > & stream,
const rtl::OUString & string );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO YES NO NO NO

Summary
Include this header to support rtl::OUString in std::ostream (and thus in CPPUNIT_ASSERT macros, for example).
Description
The rtl::OUString is converted to UTF-8.
Since
LibreOffice 3.5.

Top of Page