v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::impl Namespace Reference

Classes

struct  FormattedStringPart
 
struct  FormattedStringPart< I >
 
struct  FormattedStringPart< S >
 
struct  JoinedStringViews
 

Concepts

concept  FixedSizeString
 

Functions

template<const std::string_view & kFormat, int kMaxLen, typename... Parts>
std::array< char, kMaxLen > PrintFormattedStringToArray (Parts... parts)
 

Function Documentation

◆ PrintFormattedStringToArray()

template<const std::string_view & kFormat, int kMaxLen, typename... Parts>
std::array< char, kMaxLen > v8::base::impl::PrintFormattedStringToArray ( Parts... parts)

Definition at line 91 of file string-format.h.

Here is the caller graph for this function: