A container to store a list of items, similar to std::vector but far more limited. More...
#include <containers.h>
Public Member Functions | |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
| SizeType | size () const noexcept |
| SizeType | capacity () const noexcept |
| bool | empty () const noexcept |
A container to store a list of items, similar to std::vector but far more limited.
This container is mostly used in constrains and modules where only a small number of elements are stored so it is designed to work with small counts.
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inline |
|
inlinenoexcept |