Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | List of all members
BiomeHasher Struct Reference

Hash for EMCSBiome, so that it can be used in std::unordered_map etc. More...

#include <BiomeDef.h>

Public Member Functions

std::size_t operator() (const EMCSBiome a_Biome) const
 

Detailed Description

Hash for EMCSBiome, so that it can be used in std::unordered_map etc.

Definition at line 110 of file BiomeDef.h.

Member Function Documentation

◆ operator()()

std::size_t BiomeHasher::operator() ( const EMCSBiome  a_Biome) const
inline

Definition at line 113 of file BiomeDef.h.


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