#include <iosfwd>
#include <sstream>
#include <string>
Go to the source code of this file.
|
template<class charT , class traits > |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &ioOut, const Utilities &iUtils) |
|
◆ operator<<()
template<class charT , class traits >
std::basic_ostream<charT, traits>& operator<< |
( |
std::basic_ostream< charT, traits > & |
ioOut, |
|
|
const Utilities & |
iUtils |
|
) |
| |
|
inline |
Piece of code given by Nicolai M. Josuttis, Section 13.12.1 "Implementing
Output Operators" (p653) of his book "The C++ Standard Library: A Tutorial
and Reference", published by Addison-Wesley.
string stream:
- with same format
- without special field width