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

Method Read

libs/coding/dd_vector.hpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 void Read(size_type i, T & result) const
139 {
140 ASSERT_LESS(i, m_Size, ());
141 ReadFromPos(m_reader, i * sizeof(T), &result, sizeof(T));
142 }
143
144 void Read(size_type i, T * result, size_t count)
145 {

Callers

nothing calls this directly

Calls 1

ReadFromPosFunction · 0.85

Tested by

no test coverage detected