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

Method Ser

src/serialize.h:444–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442struct VarIntFormatter
443{
444 template<typename Stream, typename I> void Ser(Stream &s, I v)
445 {
446 WriteVarInt<Stream,Mode,typename std::remove_cv<I>::type>(s, v);
447 }
448
449 template<typename Stream, typename I> void Unser(Stream& s, I& v)
450 {

Callers 2

SerializeMethod · 0.45
SerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected