MCPcopy Create free account
hub / github.com/comaps/comaps / map

Method map

libs/coding/simple_dense_coding.hpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 // structures.
55 template <typename TVisitor>
56 void map(TVisitor & visitor)
57 {
58 visitor(m_ranks, "m_ranks");
59 visitor(m_symbols, "m_symbols");
60 }
61
62private:
63 succinct::elias_fano_compressed_list m_ranks;

Callers 10

operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
InitMethod · 0.45
FreezeMethod · 0.45
LoadAndMapFunction · 0.45
SerializeMethod · 0.45
DeserializeMethod · 0.45
SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected