MCPcopy Create free account
hub / github.com/p-ranav/tabulate / write_padding

Function write_padding

include/tabulate/string_view_lite.hpp:1373–1377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1371
1372template< class Stream >
1373void write_padding( Stream & os, std::streamsize n )
1374{
1375 for ( std::streamsize i = 0; i < n; ++i )
1376 os.rdbuf()->sputc( os.fill() );
1377}
1378
1379template< class Stream, class View >
1380Stream & write_to_stream( Stream & os, View const & sv )

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected