Simple vector template class, with automatic free. More...
#include <smallvec_type.hpp>
Public Member Functions | |
FORCEINLINE void | Clear () |
Remove all items from the list. |
Simple vector template class, with automatic free.
T | The type of the items stored, must be a pointer | |
S | The steps of allocation |
Definition at line 287 of file smallvec_type.hpp.