HashMap< K, V, HASH, ENTRY_HANDLER, ALLOCATOR, MODE, INITIAL_CAPACITY, LOAD_FACTOR, ENTRY_ALLOCATOR >::LambdaEntryConstructor< KEY &, LAMBDA, true > Struct Template Reference

#include <hashmap.h>

Public Member Functions

Result< void > ConstructHashMapEntry (void *ptr, HashValueType hash, KEY &key)
 

Static Public Member Functions

static Int GetHashMapEntrySize (const typename std::remove_reference< KEY >::type &key)
 

Member Function Documentation

◆ ConstructHashMapEntry()

Result<void> ConstructHashMapEntry ( void *  ptr,
HashValueType  hash,
KEY &  key 
)

◆ GetHashMapEntrySize()

static Int GetHashMapEntrySize ( const typename std::remove_reference< KEY >::type key)
static