MCPcopy Create free account
hub / github.com/comaps/comaps / operator()

Method operator()

libs/coding/serdes_binary_header.hpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 HeaderDesVisitor(Source & source) : m_source(source) {}
45
46 void operator()(uint64_t & v, char const * /* name */ = nullptr) { v = ReadPrimitiveFromSource<uint64_t>(m_source); }
47
48 template <typename R>
49 void operator()(R & r, char const * /* name */ = nullptr)

Callers

nothing calls this directly

Calls 1

VisitMethod · 0.45

Tested by

no test coverage detected