Gets the amount of the items that can be contained by collection without resizing.
| 171 | /// Gets the amount of the items that can be contained by collection without resizing. |
| 172 | /// </summary> |
| 173 | FORCE_INLINE int32 Capacity() const |
| 174 | { |
| 175 | return _capacity; |
| 176 | } |
| 177 | |
| 178 | /// <summary> |
| 179 | /// Returns true if collection isn't empty. |
no outgoing calls
no test coverage detected