v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::has_output_operator Concept Reference
#include <
template-utils.h
>
Concept definition
template
<
typename
T,
typename
TStream std::ostream>
concept
v8::base::has_output_operator
=
requires
(T t, TStream stream) { stream << t; }
v8::base::has_output_operator
Definition
template-utils.h:75
Detailed Description
Definition at line
75
of file
template-utils.h
.
v8
base
has_output_operator
Generated on Sun Apr 6 2025 21:09:29 for v8 by
1.12.0