Difference between revisions of "cpp/io/basic streambuf/gptr"
From cppreference.com
< cpp | io | basic streambuf
m (Update links.) |
m (tt, langlinks) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{cpp/io/basic_streambuf/title|eback | + | {{cpp/io/basic_streambuf/title|ebackgptregptr}} |
{{cpp/io/basic_streambuf/navbar}} | {{cpp/io/basic_streambuf/navbar}} | ||
{{dcl begin}} | {{dcl begin}} | ||
− | {{dcl | num=1 | | + | {{dcl|num=1| |
char_type* eback() const; | char_type* eback() const; | ||
}} | }} | ||
− | {{dcl | num=2 | | + | {{dcl|num=2| |
char_type* gptr() const; | char_type* gptr() const; | ||
}} | }} | ||
− | {{dcl | num=3 | | + | {{dcl|num=3| |
char_type* egptr() const; | char_type* egptr() const; | ||
}} | }} | ||
Line 19: | Line 19: | ||
2) Returns the pointer to the current character (''get pointer'') in the get area. | 2) Returns the pointer to the current character (''get pointer'') in the get area. | ||
− | 3) Returns the pointer | + | 3) Returns the pointer the end of the get area. |
===Parameters=== | ===Parameters=== | ||
Line 29: | Line 29: | ||
2) The pointer to the current character (''get pointer'') in the get area. | 2) The pointer to the current character (''get pointer'') in the get area. | ||
− | 3) The pointer | + | 3) The pointer the end of the get area |
+ | |||
+ | |||
+ | . | ||
===Example=== | ===Example=== | ||
− | {{example | | + | {{example| |
|code= | |code= | ||
|output= | |output= | ||
Line 39: | Line 42: | ||
===See also=== | ===See also=== | ||
{{dsc begin}} | {{dsc begin}} | ||
− | {{dsc inc | cpp/io/basic_streambuf/dsc pptr}} | + | {{dsc inc|cpp/io/basic_streambuf/dsc pptr}} |
{{dsc end}} | {{dsc end}} | ||
− | + | deesfritjaptruzh | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |