Vowpal Wabbit
Public Attributes | List of all members
v_hashmap< K, V >::hash_elem Struct Reference

#include <v_hashmap.h>

Public Attributes

bool occupied
 
key
 
val
 
uint64_t hash
 

Detailed Description

template<class K, class V>
struct v_hashmap< K, V >::hash_elem

Definition at line 17 of file v_hashmap.h.

Member Data Documentation

◆ hash

template<class K, class V>
uint64_t v_hashmap< K, V >::hash_elem::hash

◆ key

template<class K, class V>
K v_hashmap< K, V >::hash_elem::key

◆ occupied

template<class K, class V>
bool v_hashmap< K, V >::hash_elem::occupied

◆ val

template<class K, class V>
V v_hashmap< K, V >::hash_elem::val

Definition at line 21 of file v_hashmap.h.

Referenced by v_hashmap< size_t, features >::put_after_get_nogrow().


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