SPH
Public Attributes | List of all members
UnorderedMap< TKey, TValue >::Element Struct Reference

Element of the container. More...

#include <UnorderedMap.h>

Public Attributes

TKey key
 
TValue value
 

Detailed Description

template<typename TKey, typename TValue>
struct UnorderedMap< TKey, TValue >::Element

Element of the container.

Definition at line 17 of file UnorderedMap.h.

Member Data Documentation

◆ key

template<typename TKey , typename TValue >
TKey UnorderedMap< TKey, TValue >::Element::key

Definition at line 18 of file UnorderedMap.h.

◆ value

template<typename TKey , typename TValue >
TValue UnorderedMap< TKey, TValue >::Element::value

Definition at line 19 of file UnorderedMap.h.


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