RESTinio
|
Namespaces | |
namespace | details |
Functions | |
template<typename T , unsigned Shift, unsigned Bits_To_Extract = details::bits_count<T>::count, typename F = unsigned int> | |
T | n_bits_from (F value) |
Extract N bits from a bigger integer value. More... | |
T restinio::utils::impl::bitops::n_bits_from | ( | F | value | ) |
Extract N bits from a bigger integer value.
Usage example:
Definition at line 86 of file bitops.hpp.