A RetroSearch Logo

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

Search Query:

Showing content from https://timsong-cpp.github.io/cppwp/n4140/streambuf.get.area below:

[streambuf.get.area]

27.6.3.3.2 Get area access [streambuf.get.area]

char_type* eback() const;

1

Returns: The beginning pointer for the input sequence.

char_type* gptr() const;

2

Returns: The next pointer for the input sequence.

char_type* egptr() const;

3

Returns: The end pointer for the input sequence.

void gbump(int n);

4

Effects: Adds n to the next pointer for the input sequence.

void setg(char_type* gbeg, char_type* gnext, char_type* gend);

5

Postconditions: gbeg == eback(), gnext == gptr(), and gend == egptr().


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