Helper Functions

- Implemented rightJustifyZero for zero-padded integer strings.
This commit is contained in:
Paul Beckingham
2011-08-22 22:24:43 -04:00
parent 589627852f
commit 013061803f
2 changed files with 9 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ const std::string format (const std::string&, const std::string&, const std::str
std::string leftJustify (const int, const int);
std::string leftJustify (const std::string&, const int);
std::string rightJustifyZero (const int, const int);
std::string rightJustify (const int, const int);
std::string rightJustify (const std::string&, const int);