Bitcoin Core 28.99.0
P2P Digital Currency
Serializable Concept Reference

If none of the specialized versions above matched, default to calling member function. More...

#include <serialize.h>

Concept definition

template<class T, class Stream>
concept Serializable = requires(T a, Stream s) { a.Serialize(s); }
If none of the specialized versions above matched, default to calling member function.
Definition: serialize.h:747
#define T(expected, seed, data)

Detailed Description

If none of the specialized versions above matched, default to calling member function.

Definition at line 747 of file serialize.h.