Could someone explain to me what uint64_t is doing exactly?

后端 未结 0 872
粉色の甜心
粉色の甜心 2021-01-26 07:30

I am trying to undertand how this code works, specifically the line msk = ~(uint64_t) 0 << (uint64_t)(high - low + 1);

I really only am curious what

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