userver: userver/compression/zstd.hpp File Reference
Loading...
Searching...
No Matches
zstd.hpp File Reference

Detailed Description

Decompresses the string.

Definition in file zstd.hpp.

Go to the source code of this file.

#include <string_view>
#include <userver/compression/error.hpp>

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.