tudocomp
– The TU Dortmund Compression Framework
pre_header.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 namespace tdc {
4 namespace lz78u {
5 
6 struct Factor {
8  size_t ref;
9 };
10 
11 }
12 }
Contains the text compression and encoding framework.
Definition: namespaces.hpp:11
A const view into a slice of memory.