! Returns the number of entries in the array. This can, and probably will, differ from the array capacity. \return The number of of entries in the array. */
| 245 | The number of of entries in the array. |
| 246 | */ |
| 247 | PX_FORCE_INLINE uint32_t size() const |
| 248 | { |
| 249 | return mSize; |
| 250 | } |
| 251 | |
| 252 | /*! |
| 253 | Clears the array. |
no outgoing calls
no test coverage detected