Namespaces
Variants
Views
Actions

C++ named requirements: UnformattedInputFunction

From cppreference.com
< cpp‎ | named req
 
 
C++ named requirements
 

[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: