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

Method map

3party/succinct/darray.hpp:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62 template <typename Visitor>
63 void map(Visitor& visit) {
64 visit
65 (m_positions, "m_positions")
66 (m_block_inventory, "m_block_inventory")
67 (m_subblock_inventory, "m_subblock_inventory")
68 (m_overflow_positions, "m_overflow_positions")
69 ;
70 }
71
72 void swap(darray& other) {
73 std::swap(other.m_positions, m_positions);

Callers 9

inject_into_countryMethod · 0.45
mainFunction · 0.45
applyMethod · 0.45
BuildRoadAltitudesFunction · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected