V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::base::TemplateHashMapEntry< Key *, Value > Struct Template Reference

Public Member Functions

 TemplateHashMapEntry (Key *key, Value value, uint32_t hash)
 
bool exists () const
 
void clear ()
 

Public Attributes

Key * key
 
Value value
 
uint32_t hash
 

Detailed Description

template<typename Key, typename Value>
struct v8::base::TemplateHashMapEntry< Key *, Value >

Definition at line 35 of file hashmap-entry.h.


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