MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / prevector

Method prevector

src/prevector.h:249–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 }
248
249 prevector() : _size(0), _union{{}} {}
250
251 explicit prevector(size_type n) : _size(0) {
252 resize(n);

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected