' '
[inline]
Definition at line 92 of file String.h.
00093 { 00094 std::ostringstream oss; 00095 oss << std::setw(width) << std::setfill(fill) << ull; 00096 return oss.str(); 00097 }