(C++) std::skipws

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) std::skipws

 

std::skipws (an abbreviation of 'skip whitespace') is a stream manipulator. By default, whitespace is skipped for input streams.

 

std::skipws is the opposite of std::noskipws.