UnformattedInputFunction
C++ concepts: UnformattedInputFunction
Requirements
An UnformattedInputFunction
is a stream input function that performs the following:
- Constructs an object of type
basic_istream::sentry
with automatic storage duration and with thenoskipws
argument set totrue
, which performs the following