LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::format_provider< Twine > Struct Reference

Implementation of format_provider<T> for llvm::Twine. More...

#include "llvm/Support/FormatProviders.h"

Static Public Member Functions

static void format (const Twine &V, llvm::raw_ostream &Stream, StringRef Style)
 

Detailed Description

Implementation of format_provider<T> for llvm::Twine.

This follows the same rules as the string formatter.

Definition at line 217 of file FormatProviders.h.

Member Function Documentation

◆ format()

static void llvm::format_provider< Twine >::format ( const Twine V,
llvm::raw_ostream Stream,
StringRef  Style 
)
inlinestatic

Definition at line 218 of file FormatProviders.h.


The documentation for this struct was generated from the following file: