|
pstore2
|
A function object which can extract the high 64-bits from an integer type. More...
#include <uint128.hpp>
Classes | |
| class | type > |
| A function object which can extract the high 64-bits from an integer type. More... | |
Public Member Functions | |
| constexpr std::uint64_t | operator() (T const t) const noexcept |
A function object which can extract the high 64-bits from an integer type.
If the compiler doesn't support __uint128_t then this value is always 0.
1.8.13