template<unsigned int S, class MappingFunc>
nCine::GLHashMap class

Naive implementation of a hashmap for storing pairs of OpenGL targets and object IDs.

Constructors, destructors, conversion operators

GLHashMap()

Public functions

auto operator[](key_t key) -> value_t&
Returns the bucket index using the mapping function on the key.