std::basic_streambuf<CharT,Traits>::pbase, std::basic_streambuf<CharT,Traits>::pptr, std::basic_streambuf<CharT,Traits>::epptr
Min standard notice:
Returns pointers defining the put area.
# Declarations
protected:
char_type* pbase() const;
protected:
char_type* pptr() const;
protected:
char_type* epptr() const;
# Return value
- The pointer to the beginning of the put area.
# Example
This section is incompleteReason: no example