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

Method begin

Tools/CheckVector.h:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 void reserve(size_t new_size) { full.reserve(start + new_size); }
78
79 auto begin() { return full.begin() + start; }
80 auto end() { return full.begin() + finish; }
81 auto begin() const { return full.begin() + start; }
82 auto end() const { return full.begin() + finish; }

Callers 3

endMethod · 0.45
push_argsMethod · 0.45
pop_stackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected