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

Method Unser

src/serialize.h:449–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447 }
448
449 template<typename Stream, typename I> void Unser(Stream& s, I& v)
450 {
451 v = ReadVarInt<Stream,Mode,typename std::remove_cv<I>::type>(s);
452 }
453};
454
455/** Serialization wrapper class for custom integers and enums.

Callers 2

UnserializeMethod · 0.45
UnserMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected