MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / fallback_uintptr

Method fallback_uintptr

extlibs/fmt/include/fmt/format.h:261–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 unsigned char value[sizeof(void*)];
260
261 fallback_uintptr() = default;
262 explicit fallback_uintptr(const void* p) {
263 *this = bit_cast<fallback_uintptr>(p);
264 if (is_big_endian()) {

Callers

nothing calls this directly

Calls 2

is_big_endianFunction · 0.85
swapFunction · 0.50

Tested by

no test coverage detected