tudocomp
– The TU Dortmund Compression Framework
View.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <algorithm>
4 #include <cmath>
5 #include <cstddef>
6 #include <fstream>
7 #include <iostream>
8 #include <memory>
9 #include <sstream>
10 #include <string>
11 #include <type_traits>
12 #include <utility>
13 #include <iomanip>
14 #include <cstring>
15 #include <glog/logging.h>
16 #include <tudocomp/def.hpp>
17 
21 
22 namespace tdc {
23 
25 using View = ByteView;
26 using string_ref = View;
27 
28 }
Contains the text compression and encoding framework.
Definition: namespaces.hpp:11
ConstGenericView< uint8_t > ByteView
Definition: View.hpp:24
A const view into a slice of memory.
ByteView View
Definition: View.hpp:25