![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <string-format.h>
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" |
Definition at line 79 of file string-format.h.
|
staticconstexpr |
Definition at line 80 of file string-format.h.
|
staticconstexpr |
Definition at line 85 of file string-format.h.
|
staticconstexpr |
Definition at line 84 of file string-format.h.
| const char* v8::base::impl::FormattedStringPart< S >::value |
Definition at line 87 of file string-format.h.