std::basic_streambuf<CharT,Traits>::pubsync, std::basic_streambuf<CharT,Traits>::sync
Min standard notice:
Synchronizes the controlled character sequence (the buffers) with the associated character sequence.
# Declarations
int pubsync();
protected:
virtual int sync();
# Return value
- The return value of sync().
# Example
This section is incompleteReason: no example