|
Thrill
0.1
|
#include <string>
Include dependency graph for pad.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| tlx | |
Functions | |
| std::string | pad (const std::string &s, size_t len, char pad_char=' ') |
| Truncate or pad string to exactly len characters. More... | |