![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "utils/Likely.h"#include <cstddef>#include <cstring>#include <stdexcept>#include <string>#include <type_traits>Go to the source code of this file.
Data Structures | |
| struct | IsCharPointer< T > |
| struct | IsCharPointer< char * > |
| struct | IsCharPointer< const char * > |
| class | Range< Iter > |
Namespaces | |
| namespace | pzstd |
| namespace | pzstd::detail |
Typedefs | |
| using | ByteRange = Range<const unsigned char*> |
| using | MutableByteRange = Range<unsigned char*> |
| using | StringPiece = Range<const char*> |