MCPcopy Create free account
hub / github.com/RenderKit/embree / begin

Function begin

tutorials/common/imgui/imgui.h:1792–1792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1790 inline const T& operator[](int i) const { IM_ASSERT(i >= 0 && i < Size); return Data[i]; }
1791
1792 inline T* begin() { return Data; }
1793 inline const T* begin() const { return Data; }
1794 inline T* end() { return Data + Size; }
1795 inline const T* end() const { return Data + Size; }

Callers 8

get_rangeMethod · 0.85
next_chunkMethod · 0.85
offset_from_ptrMethod · 0.85
is_rangeClass · 0.85
rangeToStringFunction · 0.85
setTagsFunction · 0.85
matchesMethod · 0.85
fileNameTagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected