ΒΆinline llvm::FormattedString right_justify(
    llvm::StringRef Str,
    unsigned int Width)

Description

right_justify - add spaces before 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:152

Parameters

llvm::StringRef Str
unsigned int Width