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

Method capacity

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

Source from the content-addressed store, hash-verified

99 }
100
101 [[nodiscard]] size_t capacity() const { return capacityElements; }
102 [[nodiscard]] size_t size() const { return sizeElements; }
103
104 [[nodiscard]] T* data() { return static_cast<T*>(virtualMemory.data()); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected