Function mrpt::system::rightPad

Function Documentation

std::string mrpt::system::rightPad(const std::string &str, size_t total_len, bool truncate_if_larger = false)

Enlarge the string with spaces up to the given length.