std::basic_streambuf<CharT,Traits>::pubsync, std::basic_streambuf<CharT,Traits>::sync

Synchronizes the controlled character sequence (the buffers) with the associated character sequence.

# Declarations

int pubsync();
protected:
virtual int sync();

# Return value

  1. The return value of sync().

# Example

This section is incompleteReason: no example

# See also