Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
public:
111
/// <summary>
Callers
3
HasAnyLODInitialized
Method · 0.45
HasAnyLODInitialized
Method · 0.45
Resize
Method · 0.45
Calls
1
HasItems
Function · 0.85
Tested by
no test coverage detected