Clingo
|
Helper for iostreams to fill with a fixed number of characters. More...
#include <print.hh>
Public Member Functions | |
fill (size_t n, char c=' ') | |
The constructor. | |
Friends | |
auto | operator<< (CppClingo::Util::OutputBuffer &out, fill const &x) -> CppClingo::Util::OutputBuffer & |
Operator to print the fill helper. | |
Helper for iostreams to fill with a fixed number of characters.