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
Standard library
The following standard library functions are UnformattedInputFunction
**
s**
.
std::getline
, except that it does not modify gcount.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/concept/UnformattedInputFunction