mdds
|
#include <sorted_string_map.hpp>
Public Attributes | |
const char * | key |
SizeT | key_length |
ValueT | value |
Single key-value entry. Caller must provide at compile time a static array of these entries.
key | memory address of the first character of the char buffer that stores the key. |
key_length | length of the char buffer. |
value | value associated with the key. |