class formatv_object

Declaration

template <typename Tuple>
class formatv_object : public formatv_object_base { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Support/FormatVariadic.h:148

Inherits from: formatv_object_base

Templates

Tuple

Member Variables

Inherited from formatv_object_base:

protected Fmt
protected Adapters
protected Replacements

Method Overview

Inherited from formatv_object_base:

Methods

formatv_object<Tuple>(llvm::StringRef Fmt,
                      Tuple&& Params)

Declared at: llvm/include/llvm/Support/FormatVariadic.h:155

Parameters

llvm::StringRef Fmt
Tuple&& Params

formatv_object<Tuple>(
    const formatv_object<Tuple>& rhs)

Declared at: llvm/include/llvm/Support/FormatVariadic.h:161

Parameters

const formatv_object<Tuple>& rhs

formatv_object<Tuple>(formatv_object<Tuple>&& rhs)

Declared at: llvm/include/llvm/Support/FormatVariadic.h:163

Parameters

formatv_object<Tuple>&& rhs