LZW Compressor
|
Helper hash functor, to be used on character containers. More...
Public Member Functions | |
std::size_t | operator() (const std::vector< char > &vc) const |
Helper hash functor, to be used on character containers.
Definition at line 50 of file lzw_v2.cpp.
|
inline |
[in] | vc |
Definition at line 56 of file lzw_v2.cpp.