Function mrpt::system::rightPad
Defined in File string_utils.h
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.