Luna::Vector

A container that stores a continuous array of elements. Elements can be added to or removed from the container dynamically.

template <typename _Ty, typename _Alloc>
class Luna::Vector

Parameters

  • _Ty

    The element type of the container.

  • _Alloc

    The memory allocator used by the container. If not specified, Allocator will be used.

Member functions