Check whether a pointer can be stored in uint64_t without loss of information

前端 未结 0 870
执念已碎
执念已碎 2020-12-07 18:24

I know that std::uintptr_t would be the right choice for an unsigned integer type capable of holding a pointer, but I need to deal with a std::uint64_t p<

相关标签:
回答
  • 消灭零回复
提交回复
热议问题