Код: Выделить всё
auto lo = 0u;
auto hi = 1u;
auto combined = (((std::uint64_t)hi)
Подробнее здесь: [url]https://stackoverflow.com/questions/79589468/how-to-create-a-uint64-whose-lower-and-upper-bits-reference-uint32s[/url]Код: Выделить всё
auto lo = 0u;
auto hi = 1u;
auto combined = (((std::uint64_t)hi)
Подробнее здесь: [url]https://stackoverflow.com/questions/79589468/how-to-create-a-uint64-whose-lower-and-upper-bits-reference-uint32s[/url]