Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#include <IntegerMask.h>
Public Types | |
typedef uint_t< Bits >::fast | fast |
typedef uint_t< Bits >::least | least |
Static Public Attributes | |
static const std::size_t | bit_count = Bits |
static const least | sig_bits = least(~(least(~(least( 0u ))) << Bits )) |
static const fast | sig_bits_fast = fast(sig_bits) |
typedef uint_t<Bits>::fast hydra::detail::low_bits_mask_t< Bits >::fast |
typedef uint_t<Bits>::least hydra::detail::low_bits_mask_t< Bits >::least |
|
static |
|
static |
|
static |