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

Method IsEnd

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

Source from the content-addressed store, hash-verified

964 }
965
966 FORCE_INLINE bool IsEnd() const
967 {
968 return _index == _array->_count;
969 }
970
971 FORCE_INLINE bool IsNotEnd() const
972 {

Callers 1

SendReplicationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected