25 #ifndef XAPIAN_INCLUDED_SERIALISE_DOUBLE_H 26 #define XAPIAN_INCLUDED_SERIALISE_DOUBLE_H std::string serialise_double(double v)
Serialise a double to a string.
double unserialise_double(const char **p, const char *end)
Unserialise a double serialised by serialise_double.