v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::internal::select_equal_key< M, has_key_equal_value >::equal_key Struct Reference

#include <small-map.h>

Collaboration diagram for v8::base::internal::select_equal_key< M, has_key_equal_value >::equal_key:

Public Member Functions

bool operator() (const typename M::key_type &left, const typename M::key_type &right)
 

Detailed Description

template<typename M, bool has_key_equal_value>
struct v8::base::internal::select_equal_key< M, has_key_equal_value >::equal_key

Definition at line 118 of file small-map.h.

Member Function Documentation

◆ operator()()

template<typename M , bool has_key_equal_value>
bool v8::base::internal::select_equal_key< M, has_key_equal_value >::equal_key::operator() ( const typename M::key_type & left,
const typename M::key_type & right )
inline

Definition at line 119 of file small-map.h.


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