MCPcopy Create free account
hub / github.com/Zygo/bees / ByteVector

Method ByteVector

include/crucible/bytevector.h:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 using iterator = value_type*;
25
26 ByteVector() = default;
27 ByteVector(const ByteVector &that);
28 ByteVector& operator=(const ByteVector &that);
29 ByteVector(size_t size);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected