C++ named requirements: UnformattedInputFunction
From cppreference.com
[edit] Requirements
An UnformattedInputFunction is a stream input function that performs the following:
1) Constructs an object of type basic_istream::sentry with automatic storage duration and with the
noskipws
argument set to true, which performs the following: