MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / operator()

Method operator()

libCacheSim/dataStructure/sparsepp/spp.h:305–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303 {
304 template <typename INPUT>
305 bool operator()(INPUT* fp, value_type* value) const
306 {
307 return read_data(fp, value, sizeof(*value));
308 }
309
310 template <typename OUTPUT>
311 bool operator()(OUTPUT* fp, const value_type& value) const

Callers

nothing calls this directly

Calls 2

write_dataFunction · 0.85
read_dataFunction · 0.70

Tested by

no test coverage detected