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.put.area below:

[streambuf.put.area]

27.6.3.3.3 Put area access [streambuf.put.area]

char_type* pbase() const;

1

Returns: The beginning pointer for the output sequence.

char_type* pptr() const;

2

Returns: The next pointer for the output sequence.

char_type* epptr() const;

3

Returns: The end pointer for the output sequence.

void pbump(int n);

4

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

void setp(char_type* pbeg, char_type* pend);

5

Postconditions: pbeg == pbase(), pbeg == pptr(), and pend == epptr().


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