plugify 1.2.8
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
plg::hash_traits< 8 > Struct Reference

Static Public Attributes

static constexpr std::size_t fnv_basis = 0xcbf29ce484222325ULL
 
static constexpr std::size_t fnv_prime = 0x100000001b3ULL
 
static constexpr std::size_t golden_ratio = 0x9e3779b97f4a7c15ULL
 

Detailed Description

Definition at line 51 of file hash.hpp.

Member Data Documentation

◆ fnv_basis

constexpr std::size_t plg::hash_traits< 8 >::fnv_basis = 0xcbf29ce484222325ULL
staticconstexpr

Definition at line 52 of file hash.hpp.

◆ fnv_prime

constexpr std::size_t plg::hash_traits< 8 >::fnv_prime = 0x100000001b3ULL
staticconstexpr

Definition at line 53 of file hash.hpp.

◆ golden_ratio

constexpr std::size_t plg::hash_traits< 8 >::golden_ratio = 0x9e3779b97f4a7c15ULL
staticconstexpr

Definition at line 54 of file hash.hpp.


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