std::basic_streambuf<CharT,Traits>::pbase, std::basic_streambuf<CharT,Traits>::pptr, std::basic_streambuf<CharT,Traits>::epptr

Returns pointers defining the put area.

# Declarations

protected:
char_type* pbase() const;
protected:
char_type* pptr() const;
protected:
char_type* epptr() const;

# Return value

  1. The pointer to the beginning of the put area.

# Example

This section is incompleteReason: no example

# See also