userver: compression::zstd Namespace Reference
Loading...
Searching...
No Matches
compression::zstd Namespace Reference

Detailed Description

Zstandard (de)compression helpers.

Functions

std::string Decompress (std::string_view compressed, size_t max_size)
 Decompresses the string.
 

Function Documentation

◆ Decompress()

std::string compression::zstd::Decompress ( std::string_view compressed,
size_t max_size )

Decompresses the string.

Exceptions
DecompressionError