v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::hash< T > Struct Template Reference

#include <hashing.h>

Inheritance diagram for v8::base::hash< T >:
Collaboration diagram for v8::base::hash< T >:

Public Member Functions

V8_INLINE constexpr size_t operator() (const T &v) const
 

Detailed Description

template<Hashable T>
struct v8::base::hash< T >

Definition at line 292 of file hashing.h.

Member Function Documentation

◆ operator()()

template<Hashable T>
V8_INLINE constexpr size_t v8::base::hash< T >::operator() ( const T & v) const
inlineconstexpr

Definition at line 293 of file hashing.h.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: