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

Method size

Tools/FixedVector.h:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 size_t size() const
69 {
70 return used_size;
71 }
72
73 void resize(size_t size, const T& def = {})
74 {

Callers 1

FixedVectorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected