Elaztek Developer Hub
Blamite Game Engine - Strings  00390.07.02.23.1947.blamite
A library containing general purpose utilities and classes for use in multiple projects.
BlamMapPair< KeyType, ValueType > Struct Template Reference

Class representing a BlamMapPair. More...

#include <map.h>

Public Attributes

KeyType key
 The key of the pair. More...
 
ValueType value
 The value of the pair. More...
 

Detailed Description

template<typename KeyType, typename ValueType>
struct BlamMapPair< KeyType, ValueType >

Class representing a BlamMapPair.

These are simple structures which store a key and a value pair together. They are used within BlamMap objects.

Member Data Documentation

◆ key

template<typename KeyType , typename ValueType >
KeyType BlamMapPair< KeyType, ValueType >::key

The key of the pair.

◆ value

template<typename KeyType , typename ValueType >
ValueType BlamMapPair< KeyType, ValueType >::value

The value of the pair.


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