galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
galaxy::math::valid_fnv_bits Concept Reference

Concept to enforce fnv bit types. More...

#include <FNV1a.hpp>

Concept definition

template<typename T>
concept galaxy::math::valid_fnv_bits = std::is_same_v<T, std::uint32_t> || std::is_same_v<T, std::uint64_t>
Concept to enforce fnv bit types.
Definition FNV1a.hpp:23

Detailed Description

Concept to enforce fnv bit types.

Template Parameters
TType to validate.

Definition at line 23 of file FNV1a.hpp.