|
Server Meshing
|
#include <random>#include <type_traits>Namespaces | |
| namespace | Utility |
Concepts | |
| concept | Utility::FlagsEnum |
Functions | |
| float | Utility::GenerateRandomFloat (float minValue, float maxValue) |
| template<typename Enum> | |
| constexpr bool | Utility::HasFlag (uint8_t stored, Enum flag) noexcept |
| template<typename Enum> | |
| constexpr void | Utility::SetFlag (uint8_t &stored, Enum flag) noexcept |
| template<typename Enum> | |
| constexpr void | Utility::ClearFlag (uint8_t &stored, Enum flag) noexcept |
| template<typename Enum> | |
| constexpr bool | Utility::AnyOf (uint8_t stored, Enum flags) noexcept |