OR-Tools  8.2
gzipstring.h File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ GunzipString()

bool GunzipString ( const std::string &  str,
std::string *  out 
)

Definition at line 22 of file gzipstring.h.

◆ GzipString()

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

Definition at line 63 of file gzipstring.h.