ostream& operator<< (unsigned int);
ostream& operator<< (long);
ostream& operator<< (unsigned long);
ostream& operator<< (float);
ostream& operator<< (double);
ostream& operator<< (long double);
ostream& operator<< (const signed char*);
ostream& operator<< (const unsigned char*);

Bild 8-4: Überlagerte ""<<" - Operatoren