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

#include <hashmap.h>

Collaboration diagram for v8::base::TemplateHashMap< Key, Value, MatchFun, AllocationPolicy >::value_type:

Public Attributes

Key * first
 
Valuesecond
 

Detailed Description

template<class Key, class Value, class MatchFun, class AllocationPolicy>
struct v8::base::TemplateHashMap< Key, Value, MatchFun, AllocationPolicy >::value_type

Definition at line 535 of file hashmap.h.

Member Data Documentation

◆ first

template<class Key , class Value , class MatchFun , class AllocationPolicy >
Key* v8::base::TemplateHashMap< Key, Value, MatchFun, AllocationPolicy >::value_type::first

Definition at line 536 of file hashmap.h.

◆ second

template<class Key , class Value , class MatchFun , class AllocationPolicy >
Value* v8::base::TemplateHashMap< Key, Value, MatchFun, AllocationPolicy >::value_type::second

Definition at line 537 of file hashmap.h.


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