Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
gzipstring.h File Reference
#include <zconf.h>
#include <zlib.h>
#include <string>
#include "absl/log/log.h"
#include "absl/strings/string_view.h"

Go to the source code of this file.

Functions

bool GunzipString (absl::string_view str, std::string *out)
bool GzipString (absl::string_view uncompressed, std::string *compressed)

Function Documentation

◆ GunzipString()

bool GunzipString ( absl::string_view str,
std::string * out )
inline

Definition at line 25 of file gzipstring.h.

◆ GzipString()

bool GzipString ( absl::string_view uncompressed,
std::string * compressed )
inline

Definition at line 66 of file gzipstring.h.