|
Server Meshing
|
Concepts | |
| concept | FlagsEnum |
Functions | |
| float | GenerateRandomFloat (float minValue, float maxValue) |
| template<typename Enum> | |
| constexpr bool | HasFlag (uint8_t stored, Enum flag) noexcept |
| template<typename Enum> | |
| constexpr void | SetFlag (uint8_t &stored, Enum flag) noexcept |
| template<typename Enum> | |
| constexpr void | ClearFlag (uint8_t &stored, Enum flag) noexcept |
| template<typename Enum> | |
| constexpr bool | AnyOf (uint8_t stored, Enum flags) noexcept |
|
constexprnoexcept |
|
constexprnoexcept |
|
inline |
|
constexprnoexcept |
|
constexprnoexcept |