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

Function ArrayVTable

Libraries/Containers/Array.h:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 static constexpr bool isInline() { return true; }
23
24 ArrayVTable(uint32_t capacity = 0, SegmentAllocator allocator = SegmentAllocator::Global)
25 : header(capacity, allocator)
26 {}
27 ~ArrayVTable() {}
28
29 SegmentHeader header;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected