mdds
Public Attributes | List of all members
mdds::chars_map_entry< ValueT, SizeT > Struct Template Reference

#include <sorted_string_map.hpp>

Public Attributes

const char * key
 
SizeT key_length
 
ValueT value
 

Detailed Description

template<typename ValueT, typename SizeT>
struct mdds::chars_map_entry< ValueT, SizeT >

Single key-value entry. Caller must provide at compile time a static array of these entries.

Parameters
keymemory address of the first character of the char buffer that stores the key.
key_lengthlength of the char buffer.
valuevalue associated with the key.