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

Method operator()

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

Source from the content-addressed store, hash-verified

12struct HeaderSizeOfVisitor
13{
14 void operator()(uint64_t v, char const * /* name */ = nullptr) { m_size += sizeof(v); }
15
16 template <typename R>
17 void operator()(R & r, char const * /* name */ = nullptr)

Callers

nothing calls this directly

Calls 1

VisitMethod · 0.45

Tested by

no test coverage detected