| 310 | } |
| 311 | |
| 312 | static COVSCRIPT_ALWAYS_INLINE constexpr result from_int(std::intptr_t i) noexcept |
| 313 | { |
| 314 | result r; |
| 315 | r._int = i; |
| 316 | return r; |
| 317 | } |
| 318 | |
| 319 | static COVSCRIPT_ALWAYS_INLINE constexpr result from_uint(std::uintptr_t ui) noexcept |
| 320 | { |