bsl::basic_syncbuf::pbase

Access to the put area.

Synopsis

Declared in <bslstl_syncbuf.h>

char_type*
pbase() const;

Description

@{

These functions are only available to other protected functions, including derived classes.

  • pbase() returns the beginning pointer for the output sequence

  • pptr() returns the next pointer for the output sequence

  • epptr() returns the end pointer for the output sequence