Struct Hashmap::EntryT

Nested Relationships

This struct is a nested type of Template Class Hashmap.

Struct Documentation

struct EntryT

Public Functions

template<>
EntryT(const KTYPE &k, const VTYPE &v)
template<>
EntryT()

Public Members

template<>
KTYPE key
template<>
VTYPE value