OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
tsl::detail_hopscotch_hash::smallest_type_for_min_bits< MinBits, typename std::enable_if<(MinBits > 32) &&(MinBits<=64)>::type > Class Template Reference

Detailed Description

template<unsigned int MinBits>
class tsl::detail_hopscotch_hash::smallest_type_for_min_bits< MinBits, typename std::enable_if<(MinBits > 32) &&(MinBits<=64)>::type >

Definition at line 331 of file hopscotch_hash.h.

Public Types

using type = std::uint_least64_t
 

Member Typedef Documentation

◆ type

template<unsigned int MinBits>
using tsl::detail_hopscotch_hash::smallest_type_for_min_bits< MinBits, typename std::enable_if<(MinBits > 32) &&(MinBits<=64)>::type >::type = std::uint_least64_t

Definition at line 333 of file hopscotch_hash.h.


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