FormattedInputFunction
C++ concepts: FormattedInputFunction
Requirements
A FormattedInputFunction
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 tofalse
, which performs the following
Standard library
The following standard library functions are FormattedInputFunction
**
s**
.
- basic_istream::operator>>(int, long, double, void*, bool)
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/concept/FormattedInputFunction