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

#include <string-format.h>

Concept definition

template<typename T>
std::is_bounded_array_v<T> &&
std::is_same_v<char,
std::remove_cv_t<std::remove_pointer_t<std::decay_t<T>>>>

Detailed Description

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