Function padcenter¶
function padcenter(size_t, const std::string &, char) meta¶
Center text within a field of size characters using character.
When the padding cannot be split evenly the extra character is placed on the right.
| size | Total field width. |
| text | Text to pad. |
| character | Padding character (default space). |
| Padded string. |
Fully qualified name: kfr::padcenter(size_t, const std::string &, char)
Declared at meta/string.hpp:636
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.