Decompresses the string.
Definition in file zstd.hpp.
Go to the source code of this file.
Namespaces | |
| namespace | compression |
| Compression and decompression utilities and errors. | |
| namespace | compression::zstd |
| Zstandard (de)compression helpers. | |
Functions | |
| std::string | compression::zstd::Decompress (std::string_view compressed, size_t max_size) |
| Decompresses the string. | |