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

Method FixedVector

Tools/FixedVector.h:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 static const size_t MAX_SIZE = L;
21
22 FixedVector()
23 {
24 used_size = 0;
25 }
26
27 FixedVector(const vector<T>& other)
28 {

Callers

nothing calls this directly

Calls 3

beginMethod · 0.95
sizeMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected