LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::format_provider< Twine > Struct Template 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

template<>
struct llvm::format_provider< Twine >

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.

References llvm::format(), and llvm::Twine::str().


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