#include <cstdint>
#include <limits>
#include <stdexcept>
#include <inttypes.h>
#include <entt/core/hashed_string.hpp>
#include <entt/entity/helper.hpp>
Go to the source code of this file.
|
| #define | HS(str) entt::hashed_string { (str) } |
| |
|
| template<class T > |
| UINT32 | to_u32 (T value) |
| | Helper function to check size_t is correctly converted to uint32_t. More...
|
| |
◆ HS
| #define HS |
( |
|
str | ) |
entt::hashed_string { (str) } |
◆ INT16
| typedef signed short INT16 |
◆ INT32
◆ INT64
◆ INT8
◆ UINT16
◆ UINT32
◆ UINT64
◆ UINT8
◆ to_u32()
Helper function to check size_t is correctly converted to uint32_t.
- Parameters
-
| value | Value of type size_t to convert |
- Returns
- An uint32_t representation of the same value