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<(Bit+1)>::fast | fast |
typedef uint_t<(Bit+1)>::least | least |
Static Public Attributes | |
static const std::size_t | bit_position = Bit |
static const least | high_bit = (least( 1u ) << Bit) |
static const fast | high_bit_fast = (fast( 1u ) << Bit) |
typedef uint_t<(Bit + 1)>::fast hydra::detail::high_bit_mask_t< Bit >::fast |
typedef uint_t<(Bit + 1)>::least hydra::detail::high_bit_mask_t< Bit >::least |
|
static |
|
static |
|
static |