Cytopia  0.3
A city building simulation game
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
std::hash< TileSize > Struct Reference

#include <tileData.hxx>

+ Collaboration diagram for std::hash< TileSize >:

Public Member Functions

std::size_t operator() (const TileSize &p) const noexcept
 

Detailed Description

Definition at line 128 of file tileData.hxx.

Member Function Documentation

◆ operator()()

std::size_t std::hash< TileSize >::operator() ( const TileSize p) const
inlinenoexcept

Definition at line 130 of file tileData.hxx.

130 { return p(p); }

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