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 > 16) &&(MinBits<=32)>::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 > 16) &&(MinBits<=32)>::type >

Definition at line 325 of file hopscotch_hash.h.

Public Types

using type = std::uint_least32_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 > 16) &&(MinBits<=32)>::type >::type = std::uint_least32_t

Definition at line 327 of file hopscotch_hash.h.


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