ΒΆinline llvm::FormattedString left_justify(
llvm::StringRef Str,
unsigned int Width)
inline llvm::FormattedString left_justify(
llvm::StringRef Str,
unsigned int Width)
Description
left_justify - append spaces after string so total output is\p Width characters. If \p Str is larger that \p Width, full string is written with no padding.
Declared at: llvm/include/llvm/Support/Format.h:145
Parameters
- llvm::StringRef Str
- unsigned int Width