The single item of VectorMap, holding a Key and Value. More...
#include <VectorMap.h>
Public Attributes | |
| Key | key |
| Key item value. | |
| Value | value |
| Map item value. | |
The single item of VectorMap, holding a Key and Value.
| Key | The type representing Key in the map. |
| Value | The type representing Value in the map. |
| Key SC::VectorMapItem< Key, Value >::key |
Key item value.
| Value SC::VectorMapItem< Key, Value >::value |
Map item value.