MCPcopy Create free account
hub / github.com/Profactor/cv-plot / sync

Method sync

CvPlot/ext/catch2/inc/catch.hpp:13434–13440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13432 }
13433
13434 int sync() override {
13435 if( pbase() != pptr() ) {
13436 m_writer( std::string( pbase(), static_cast<std::string::size_type>( pptr() - pbase() ) ) );
13437 setp( pbase(), epptr() );
13438 }
13439 return 0;
13440 }
13441 };
13442
13443 ///////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected