A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cplusplus.github.io/LWG/issue2131 below:

Member function getline taking a string as parameter

Insert the following two new prototype descriptions after 31.7.5.4 [istream.unformatted] paragraph 24:

basic_istream<charT,traits>& getline(char_type* s, streamsize n);

-24- Returns: getline(s,n,widen('\n'))

template<class Allocator>
basic_istream<charT,traits>& getline(basic_string<charT,traits,Allocator>& str);

-??- Returns: std::getline(*this, str)

template<class Allocator>
basic_istream<charT,traits>& getline(basic_string<charT,traits,Allocator>& str, char_type delim);

-??- Returns: std::getline(*this, str, delim)


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4