pstore2
Classes | Public Member Functions | List of all members
pstore::details::high< T, Enable > Class Template Reference

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
 

Detailed Description

template<typename T, typename Enable = void>
class pstore::details::high< T, Enable >

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.


The documentation for this class was generated from the following file: