LLVM 23.0.0git
llvm::format_object< Ts > Class Template Reference

#include "llvm/Support/Format.h"

Public Member Functions

 format_object (const char *fmt, const Ts &...vals)
int snprint (char *Buffer, unsigned BufferSize) const

Detailed Description

template<typename... Ts>
class llvm::format_object< Ts >

Definition at line 55 of file Format.h.

Constructor & Destructor Documentation

◆ format_object()

template<typename... Ts>
llvm::format_object< Ts >::format_object ( const char * fmt,
const Ts &... vals )
inline

Definition at line 66 of file Format.h.

Member Function Documentation

◆ snprint()

template<typename... Ts>
int llvm::format_object< Ts >::snprint ( char * Buffer,
unsigned BufferSize ) const
inline

Definition at line 72 of file Format.h.

Referenced by llvm::operator<<().


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