#include "sal/config.h"
#include <cassert>
#include <cstddef>
#include <cstdlib>
#include <limits>
#include <new>
#include <ostream>
#include <utility>
#include <string.h>
#include "rtl/math.h"
#include "rtl/textenc.h"
#include "rtl/stringutils.hxx"
Go to the source code of this file.
|
template<typename charT , typename traits > |
std::basic_ostream< charT, traits > & | rtl::operator<< (std::basic_ostream< charT, traits > &stream, OString const &rString) |
| Support for rtl::OString in std::ostream (and thus in CPPUNIT_ASSERT or SAL_INFO macros, for example). More...
|
|