TRF Language Model
wb::LHash< KeyT, DataT >::Unit Struct Reference

the Unit of hash More...

#include <wb-lhash.h>

Public Attributes

KeyT key
 the key More...
 
DataT value
 the value More...
 

Detailed Description

template<class KeyT, class DataT>
struct wb::LHash< KeyT, DataT >::Unit

the Unit of hash

Definition at line 214 of file wb-lhash.h.

Member Data Documentation

§ key

template<class KeyT, class DataT>
KeyT wb::LHash< KeyT, DataT >::Unit::key

the key

Definition at line 216 of file wb-lhash.h.

§ value

template<class KeyT, class DataT>
DataT wb::LHash< KeyT, DataT >::Unit::value

the value

Definition at line 217 of file wb-lhash.h.


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