![]() |
![]()
| ![]() |
![]()
NAMEstd::basic_streambuf::eback,gptr,egptr - std::basic_streambuf::eback,gptr,egptr Synopsis char_type* eback() const; (1)
Parameters(none) Return value1) The pointer to the beginning of the get area.
Notes While the names "gptr" and "egptr" refer to
the get area, the name "eback" refers to
Example This section is incomplete
See also pbase returns a pointer to the beginning, current character and
the end of the put
|