Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Tools
/ ~ArrayWrapper
Method
~ArrayWrapper
vulkaninfo/outputprinter.h:825–825 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
823
public:
824
ArrayWrapper(Printer &p, std::string array_name, size_t element_count = 0) : p(p) { p.ArrayStart(array_name, element_count); }
825
~ArrayWrapper() { p.ArrayEnd(); }
826
827
private:
828
Printer &p;
Callers
nothing calls this directly
Calls
1
ArrayEnd
Method · 0.80
Tested by
no test coverage detected