(C++) std::noskipws
February 24, 2017 · View on GitHub
(C++) std::noskipws
std::noskipws (an abbreviation of 'no skip whitespace') is a stream manipulator. By default, whitespace is skipped for input streams.
std::noskipws is the opposite of std::skipws.