Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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:740
#define T(expected, seed, data)
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.
Definition time.h:73

Detailed Description

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

Definition at line 740 of file serialize.h.