class FormattedString

Declaration

class FormattedString { /* full declaration omitted */ };

Description

This is a helper class for left_justify, right_justify, and center_justify.

Declared at: llvm/include/llvm/Support/Format.h:129

Method Overview

  • public FormattedString(llvm::StringRef S, unsigned int W, llvm::FormattedString::Justification J)

Methods

ΒΆFormattedString(
    llvm::StringRef S,
    unsigned int W,
    llvm::FormattedString::Justification J)

Declared at: llvm/include/llvm/Support/Format.h:132

Parameters

llvm::StringRef S
unsigned int W
llvm::FormattedString::Justification J