extends a string to the specified width
None
This function creates a string representation of expr which is at least n characters long. If it would be shorter than it is padded to the right with the string pattern stored in pad.
The default value for pad is a single space.
std::pad_left | extends a string to the specified width |