#include <nCine/Graphics/GL/GLHashMap.h>
template<unsigned int S, class MappingFunc>
GLHashMap class
Naive implementation of a hashmap for storing pairs of OpenGL targets and object IDs.
Constructors, destructors, conversion operators
Public functions
- auto operator[](key_t key) -> value_t&
- Returns the bucket index using the mapping function on the key.