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 >::ZipIterable Struct Reference

#include <persistent-map.h>

Collaboration diagram for v8::internal::compiler::PersistentMap< Key, Value, Hasher >::ZipIterable:

Public Member Functions

double_iterator begin ()
 
double_iterator end ()
 

Public Attributes

PersistentMap a
 
PersistentMap b
 

Detailed Description

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

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

Member Function Documentation

◆ begin()

template<class Key , class Value , class Hasher = base::hash<Key>>
double_iterator v8::internal::compiler::PersistentMap< Key, Value, Hasher >::ZipIterable::begin ( )
inline

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

Here is the call graph for this function:

◆ end()

template<class Key , class Value , class Hasher = base::hash<Key>>
double_iterator v8::internal::compiler::PersistentMap< Key, Value, Hasher >::ZipIterable::end ( )
inline

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

Here is the call graph for this function:

Member Data Documentation

◆ a

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

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

◆ b

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

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


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