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

#include <hashmap.h>

Collaboration diagram for v8::base::KeyEqualityMatcher< Key >:

Public Member Functions

bool operator() (uint32_t hash1, uint32_t hash2, const Key &key1, const Key &key2) const
 

Detailed Description

template<typename Key>
struct v8::base::KeyEqualityMatcher< Key >

Definition at line 485 of file hashmap.h.

Member Function Documentation

◆ operator()()

template<typename Key >
bool v8::base::KeyEqualityMatcher< Key >::operator() ( uint32_t hash1,
uint32_t hash2,
const Key & key1,
const Key & key2 ) const
inline

Definition at line 486 of file hashmap.h.


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