Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ data
Method
data
source/util/small_vector.h:262–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
const_iterator cend() const { return end(); }
261
262
T* data() { return begin(); }
263
264
const T* data() const { return cbegin(); }
265
Callers
3
begin
Method · 0.45
end
Method · 0.45
erase
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected