MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / arraySizeToString

Function arraySizeToString

vulkanResources.h:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98 template<typename Size>
99 inline const std::string arraySizeToString(const Size size)
100 {
101 return "[" + std::to_string(size) + "]";
102 }
103
104 template<typename Index>
105 inline const std::string arrayIndexToString(const Index i)

Callers 1

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected