RESTinio
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
restinio | |
restinio::utils | |
restinio::utils::impl | |
restinio::utils::impl::bitops | |
restinio::utils::impl::bitops::details | |
Functions | |
template<typename T > | |
constexpr T | restinio::utils::impl::bitops::details::mask (unsigned bits_to_extract) |
template<typename T , unsigned Shift, unsigned Bits_To_Extract = details::bits_count<T>::count, typename F = unsigned int> | |
T | restinio::utils::impl::bitops::n_bits_from (F value) |
Extract N bits from a bigger integer value. More... | |