UnmanagedVector
Engine/source/core/util/tUnmanagedVector.h
An array that does not manage the memory it gets passed.
Public Functions
Detailed Description
An array that does not manage the memory it gets passed.
Conversely, the array cannot be enlarged.
note:As the array does not manage the instances it uses, it will also not destruct them when it is itself destructed.