[#ser_readdata64] = ser_readdata64 :mrdocs: Read a 64‐bit little‐endian integer from a stream and convert it to host byte order. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> uint64_t ser_readdata64(Stream& s); ---- == Return Value The 64‐bit value in host byte order. == Parameters [cols="1,4"] |=== | Name| Description | *s* | The stream to read from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#