Return array capacity
This commit is contained in:
parent
ff00ab381e
commit
11596e5162
@ -96,6 +96,11 @@ public:
|
||||
return m_elements[m_count - 1];
|
||||
}
|
||||
|
||||
u32 Capacity() const
|
||||
{
|
||||
return m_capacity;
|
||||
}
|
||||
|
||||
u32 Count() const
|
||||
{
|
||||
return m_count;
|
||||
|
Loading…
x
Reference in New Issue
Block a user