reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
352 if (FS.Str.size() >= FS.Width || FS.Justify == FormattedString::JustifyNone) { 352 if (FS.Str.size() >= FS.Width || FS.Justify == FormattedString::JustifyNone) { 352 if (FS.Str.size() >= FS.Width || FS.Justify == FormattedString::JustifyNone) { 353 this->operator<<(FS.Str); 356 const size_t Difference = FS.Width - FS.Str.size(); 356 const size_t Difference = FS.Width - FS.Str.size(); 357 switch (FS.Justify) { 359 this->operator<<(FS.Str); 364 this->operator<<(FS.Str); 369 this->operator<<(FS.Str);