Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ begin
Method
begin
source/enum_set.h:182–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
iterator begin() const noexcept { return cbegin(); }
183
184
iterator cend() const noexcept {
185
return iterator(this, buckets_.size(), /* bucketOffset= */ 0);
Callers
1
InsertBucketFor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected