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

#include <hashmap.h>

Collaboration diagram for v8::base::HashEqualityThenKeyMatcher< Key, MatchFun >:

Public Member Functions

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

Private Attributes

MatchFun match_
 

Detailed Description

template<typename Key, typename MatchFun>
struct v8::base::HashEqualityThenKeyMatcher< Key, MatchFun >

Definition at line 437 of file hashmap.h.

Constructor & Destructor Documentation

◆ HashEqualityThenKeyMatcher()

template<typename Key , typename MatchFun >
v8::base::HashEqualityThenKeyMatcher< Key, MatchFun >::HashEqualityThenKeyMatcher ( MatchFun match)
inlineexplicit

Definition at line 438 of file hashmap.h.

Member Function Documentation

◆ operator()()

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

Definition at line 440 of file hashmap.h.

Member Data Documentation

◆ match_

template<typename Key , typename MatchFun >
MatchFun v8::base::HashEqualityThenKeyMatcher< Key, MatchFun >::match_
private

Definition at line 446 of file hashmap.h.


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