MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / End

Method End

Source/Engine/Core/Collections/Array.h:1053–1056  ·  view source on GitHub ↗

Gets iterator for ending of the collection.

Source from the content-addressed store, hash-verified

1051 /// Gets iterator for ending of the collection.
1052 /// </summary>
1053 FORCE_INLINE Iterator End() const
1054 {
1055 return Iterator(this, _count);
1056 }
1057};
1058
1059template<typename T, typename AllocationType>

Callers 6

LateUpdateMethod · 0.45
ProcessGroupFlowMethod · 0.45
OnRenamedMethod · 0.45
HashSet.hFile · 0.45
Dictionary.hFile · 0.45
TriangulateMethod · 0.45

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected