v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::PersistentMap< Key, Value, Hasher >::KeyValue Struct Reference
Inheritance diagram for v8::internal::compiler::PersistentMap< Key, Value, Hasher >::KeyValue:
Collaboration diagram for v8::internal::compiler::PersistentMap< Key, Value, Hasher >::KeyValue:

Public Member Functions

const Key & key () const
 
const Valuevalue () const
 

Detailed Description

template<class Key, class Value, class Hasher = base::hash<Key>>
struct v8::internal::compiler::PersistentMap< Key, Value, Hasher >::KeyValue

Definition at line 58 of file persistent-map.h.

Member Function Documentation

◆ key()

template<class Key , class Value , class Hasher = base::hash<Key>>
const Key & v8::internal::compiler::PersistentMap< Key, Value, Hasher >::KeyValue::key ( ) const
inline

Definition at line 59 of file persistent-map.h.

◆ value()

template<class Key , class Value , class Hasher = base::hash<Key>>
const Value & v8::internal::compiler::PersistentMap< Key, Value, Hasher >::KeyValue::value ( ) const
inline

Definition at line 60 of file persistent-map.h.


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