(C++) operator<<

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) operator<<

 

operator<< (pronounced as 'stream out operator') is an operator to sending data to a stream. Use operator>> to read data from a stream.

 

 

 

 

 

Examples

 

 

 

 

 

 

Advice

 

 

 

 

 

 

References

 

  1. Herb Sutter. Exceptional C++. ISBN: 0-201-61562-2.