|
Electroneum
|
#include <cassert>#include <iostream>#include <iterator>#include <boost/type_traits/make_unsigned.hpp>#include "common/varint.h"#include "warnings.h"

Go to the source code of this file.
Classes | |
| struct | binary_archive_base< Stream, IsSaving > |
| base for the binary archive type More... | |
| struct | binary_archive< W > |
| struct | binary_archive< false > |
| struct | binary_archive< true > |
Portable (low-endian) binary archive
Definition in file binary_archive.h.