streambuf::epptr [protected]
char * epptr ( ) const;
streambuf
  cplusplus.com  

Get pointer to end of output sequence.
  Returns a pointer just past the last element of the output sequence.

Parameters.

none
 

Return Value.
  A pointer just past the last element of the output sequence.

Basic template member declaration ( basic_streambuf<charT,traits> ):
typedef charT char_type;
char_type * epptr ( ) const;

See also.
  pbase, pptr, setp
  streambuf class


© The C++ Resources Network, 2001