|
pstore2
|
Convenience functions for breaking up a uint64_t value for use with Win32 API functions. More...
#include <cstdint>#include "pstore/support/portab.hpp"

Go to the source code of this file.
Functions | |
| constexpr auto | pstore::uint64_high4 (std::uint64_t const v) noexcept -> std::uint32_t |
| constexpr auto | pstore::uint64_low4 (std::uint64_t const v) noexcept -> std::uint32_t |
Convenience functions for breaking up a uint64_t value for use with Win32 API functions.
1.8.13