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

#include <string-format.h>

Collaboration diagram for v8::base::impl::FormattedStringPart< S >:

Public Attributes

const char * value
 

Static Public Attributes

static constexpr size_t kCharArraySize = std::extent_v<S>
 
static constexpr int kMaxLen = kCharArraySize - 1
 
static constexpr std::string_view kFormatPart = "%s"
 

Detailed Description

template<typename S>
requires FixedSizeString<S>
struct v8::base::impl::FormattedStringPart< S >

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

Member Data Documentation

◆ kCharArraySize

template<typename S >
size_t v8::base::impl::FormattedStringPart< S >::kCharArraySize = std::extent_v<S>
staticconstexpr

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

◆ kFormatPart

template<typename S >
std::string_view v8::base::impl::FormattedStringPart< S >::kFormatPart = "%s"
staticconstexpr

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

◆ kMaxLen

template<typename S >
int v8::base::impl::FormattedStringPart< S >::kMaxLen = kCharArraySize - 1
staticconstexpr

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

◆ value

template<typename S >
const char* v8::base::impl::FormattedStringPart< S >::value

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


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