43 static std::string
encode(T
const& value);
47 static T
decode(std::string
const& s);
Top-level namespace for core functionality.
Definition cache_codec.h:24
Definition cache_codec.h:39
static T decode(std::string const &s)
Converts a string into a value of custom type T.
static std::string encode(T const &value)
Converts a value of custom type T into a string.