Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::VectorMapItem< Key, Value > Struct Template Reference

The single item of VectorMap, holding a Key and Value. More...

#include <VectorMap.h>

Public Attributes

Key key
 Key item value. More...
 
Value value
 Map item value. More...
 

Detailed Description

template<typename Key, typename Value>
struct SC::VectorMapItem< Key, Value >

The single item of VectorMap, holding a Key and Value.

Template Parameters
KeyThe type representing Key in the map.
ValueThe type representing Value in the map.

Member Data Documentation

◆ key

template<typename Key , typename Value >
Key SC::VectorMapItem< Key, Value >::key

Key item value.

◆ value

template<typename Key , typename Value >
Value SC::VectorMapItem< Key, Value >::value

Map item value.


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