![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <string-format.h>
Public Member Functions | |
FormattedString () | |
template<typename T > | |
V8_WARN_UNUSED_RESULT auto | operator<< (T &&t) const && |
V8_INLINE V8_WARN_UNUSED_RESULT std::array< char, kMaxLen > | PrintToArray () const |
Static Public Attributes | |
static constexpr int | kMaxLen = (1 + ... + Part<Ts>::kMaxLen) |
static constexpr std::string_view | kFormat |
Private Types | |
template<typename T > | |
using | Part = impl::FormattedStringPart<T> |
Private Member Functions | |
FormattedString (std::tuple< Part< Ts >... > parts) | |
Private Attributes | |
std::tuple< Part< Ts >... > | parts_ |
Friends | |
template<typename... Us> | |
class | FormattedString |
Definition at line 137 of file string-format.h.
|
private |
Definition at line 139 of file string-format.h.
|
inline |
Definition at line 149 of file string-format.h.
|
inlineexplicitprivate |
Definition at line 178 of file string-format.h.
|
inline |
Definition at line 159 of file string-format.h.
|
inline |
Definition at line 176 of file string-format.h.
|
staticconstexpr |
Definition at line 146 of file string-format.h.
|
staticconstexpr |
Definition at line 145 of file string-format.h.
|
private |
Definition at line 180 of file string-format.h.