pstore2
Functions
uint64.hpp File Reference

Convenience functions for breaking up a uint64_t value for use with Win32 API functions. More...

#include <cstdint>
#include "pstore/support/portab.hpp"
Include dependency graph for uint64.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Convenience functions for breaking up a uint64_t value for use with Win32 API functions.