Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
deserialize_type Struct Reference
Dummy data type to identify deserializing constructors. More...
#include <serialize.h>
Detailed Description
Dummy data type to identify deserializing constructors.
By convention, a constructor of a type T with signature
template <typename stream>=""> T::T(deserialize_type, Stream& s)
is a deserializing constructor, which builds the type by deserializing it from s. If T contains const fields, this is likely the only way to do so.
Definition at line 42 of file serialize.h.
The documentation for this struct was generated from the following file:
- src/serialize.h