MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / end

Function end

extern/imgui/imgui.h:1865–1865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1863 inline T* begin() { return Data; }
1864 inline const T* begin() const { return Data; }
1865 inline T* end() { return Data + Size; }
1866 inline const T* end() const { return Data + Size; }
1867 inline T& front() { IM_ASSERT(Size > 0); return Data[0]; }
1868 inline const T& front() const { IM_ASSERT(Size > 0); return Data[0]; }

Callers 15

resizeMethod · 0.85
resizeMethod · 0.85
resizeMethod · 0.85
get_nodeMethod · 0.85
make_iteratorFunction · 0.85
make_key_iteratorFunction · 0.85
make_value_iteratorFunction · 0.85
findMethod · 0.85
any_containerMethod · 0.85
next_chunkMethod · 0.85
offset_from_ptrMethod · 0.85
basic_jsonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected