![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <serialize.h>
Static Public Member Functions | |
| static constexpr bool | ForRead () |
| template<typename Stream, typename... Args> | |
| static void | SerReadWriteMany (Stream &s, Args &&... args) |
| template<typename Stream, typename Type, typename Fn> | |
| static void | SerRead (Stream &s, Type &&obj, Fn &&fn) |
| template<typename Stream, typename Type, typename Fn> | |
| static void | SerWrite (Stream &s, Type &&, Fn &&) |
Definition at line 1019 of file serialize.h.
|
inlinestaticconstexpr |
Definition at line 1020 of file serialize.h.
|
inlinestatic |
Definition at line 1029 of file serialize.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 1035 of file serialize.h.