Gets the amount of the items that can be contained by collection without resizing.
| 203 | /// Gets the amount of the items that can be contained by collection without resizing. |
| 204 | /// </summary> |
| 205 | FORCE_INLINE int32 Capacity() const |
| 206 | { |
| 207 | return _capacity; |
| 208 | } |
| 209 | |
| 210 | /// <summary> |
| 211 | /// Returns true if collection isn't empty. |
no outgoing calls
no test coverage detected