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

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

#include <util.hpp>

Static Public Attributes

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

Detailed Description

template<>
struct tdc::msbf< uint64_t >

Specialization of msbf for 64-bit unsigned integers.

See also
msbf

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

Member Data Documentation

◆ pos

constexpr uint8_t tdc::msbf< uint64_t >::pos = 63
static

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

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


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