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; }

Detailed Description

Definition at line 75 of file template-utils.h.