tudocomp
– The TU Dortmund Compression Framework
tdc::msbf< uint32_t > Struct Template Reference

Specialization of msbf for 32-bit unsigned integers. More...

#include <util.hpp>

Static Public Attributes

static constexpr uint8_t pos = 31
 The position of the most significant bit in 32-bit unsigned integer values. More...
 

Detailed Description

template<>
struct tdc::msbf< uint32_t >

Specialization of msbf for 32-bit unsigned integers.

See also
msbf

Definition at line 259 of file include/tudocomp/util.hpp.

Member Data Documentation

◆ pos

constexpr uint8_t tdc::msbf< uint32_t >::pos = 31
static

The position of the most significant bit in 32-bit unsigned integer values.

Definition at line 262 of file include/tudocomp/util.hpp.


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