v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
strong-alias.h File Reference
#include <functional>
#include <ostream>
#include <type_traits>
#include <utility>
Include dependency graph for strong-alias.h:
This graph shows which files directly or indirectly include this file:

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)