MCPcopy Create free account
hub / github.com/ElementsProject/elements / SerWrite

Function SerWrite

src/serialize.h:1080–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1078
1079template<typename Stream, typename Type, typename Fn>
1080inline void SerWrite(Stream& s, CSerActionSerialize ser_action, Type&& obj, Fn&& fn)
1081{
1082 fn(s, std::forward<Type>(obj));
1083}
1084
1085template<typename Stream, typename Type, typename Fn>
1086inline void SerWrite(Stream& s, CSerActionUnserialize ser_action, Type&&, Fn&&)

Callers

nothing calls this directly

Calls 1

fnFunction · 0.85

Tested by

no test coverage detected