![]() |
|
Uniot Core
|
| 0.8.1 |
A simple Array class that manages a dynamically allocated array and its size. More...
Classes | |
| class | uniot::Array< T > |
A simple Array class that manages a dynamically allocated array and its size.
This class provides a memory-efficient, dynamic array implementation optimized for embedded systems. It handles memory allocation, resizing, and element management while providing a clean interface for array operations.
Key features:
| T | The type of elements stored in the array. |