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

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

#include <util.hpp>

Static Public Attributes

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

Detailed Description

template<>
struct tdc::msbf< uint8_t >

Specialization of msbf for 8-bit unsigned integers.

See also
msbf

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

Member Data Documentation

◆ pos

constexpr uint8_t tdc::msbf< uint8_t >::pos = 7
static

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

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


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