MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / VirtualArray

Method VirtualArray

Libraries/Containers/VirtualArray.h:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14struct VirtualArray
15{
16 VirtualArray() = default;
17 VirtualArray(size_t maxCapacity) { SC_CONTAINERS_ASSERT_RELEASE(reserve(maxCapacity)); }
18 ~VirtualArray() { clear(); }
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected