Evospace  0.19.0
Modding API
 
Loading...
Searching...
No Matches
Array Class Reference

A dynamic array container in the C++ Standard Library. More...

Detailed Description

A dynamic array container in the C++ Standard Library.

Array is a sequence container that encapsulates dynamic-size arrays. It provides random access to elements, allows constant-time insertions and removals at the end, and linear time for insertions and removals in the middle. Array automatically manages its memory, resizing as necessary when elements are added or removed.

Definition at line 356 of file LuaStateDoxy.h.