Luna::RingDeque

A container that implements a double-ended queue and uses a ring buffer as its internal storage.

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

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