tudocomp
– The TU Dortmund Compression Framework
dynamic_t.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 #include <cstdint>
6 
7 namespace tdc {
8 
10 class dynamic_t {};
11 
12 }
13 
Contains the text compression and encoding framework.
Definition: namespaces.hpp:11
This exists to support the GenericIntVector<dynamic_t> specialization.
Definition: dynamic_t.hpp:10