Namespaces
Variants
Views
Actions

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|gptr|egptr}}
+
{{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 to the end of the get area.
+
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 to the end of the get area.
+
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}}
  
[[de:cpp/io/basic streambuf/gptr]]
+
deesfritjaptruzh
[[es:cpp/io/basic streambuf/gptr]]
+
[[fr:cpp/io/basic streambuf/gptr]]
+
[[it:cpp/io/basic streambuf/gptr]]
+
[[ja:cpp/io/basic streambuf/gptr]]
+
[[pt:cpp/io/basic streambuf/gptr]]
+
[[ru:cpp/io/basic streambuf/gptr]]
+
[[zh:cpp/io/basic streambuf/gptr]]
+

Latest revision as of 10:54, 24 August 2023