MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / left

Method left

Tools/PointerVector.h:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 return &*(this->begin() + i);
37 }
38 size_t left()
39 {
40 return this->size() - i;
41 }
42};
43
44template<class T>

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected