![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <functional>
#include <ostream>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
class | v8::base::StrongAlias< TagType, UnderlyingType > |
struct | v8::base::StrongAlias< TagType, UnderlyingType >::Hasher |
struct | std::hash< v8::base::StrongAlias< TagType, UnderlyingType > > |
Namespaces | |
namespace | v8 |
namespace | v8::base |
Functions | |
template<typename TagType , typename UnderlyingType > requires requires(std::ostream& stream, const UnderlyingType& value) { stream << value; } | |
std::ostream & | v8::base::operator<< (std::ostream &stream, const StrongAlias< TagType, UnderlyingType > &alias) |