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

Function write_padding

single_include/tabulate/tabulate.hpp:5359–5363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5357
5358template< class Stream >
5359void write_padding( Stream & os, std::streamsize n )
5360{
5361 for ( std::streamsize i = 0; i < n; ++i )
5362 os.rdbuf()->sputc( os.fill() );
5363}
5364
5365template< class Stream, class View >
5366Stream & write_to_stream( Stream & os, View const & sv )

Callers 1

tabulate.hppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected