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

Method Last

Source/Engine/Core/Collections/SamplesBuffer.h:104–108  ·  view source on GitHub ↗

Gets last element value.

Source from the content-addressed store, hash-verified

102 /// Gets last element value.
103 /// </summary>
104 FORCE_INLINE T Last() const
105 {
106 ASSERT(HasItems());
107 return _data[_count - 1];
108 }
109
110public:
111 /// <summary>

Callers 3

HasAnyLODInitializedMethod · 0.45
HasAnyLODInitializedMethod · 0.45
ResizeMethod · 0.45

Calls 1

HasItemsFunction · 0.85

Tested by

no test coverage detected