Uniot Core
0.8.1
Loading...
Searching...
No Matches

A simple Array class that manages a dynamically allocated array and its size. More...

Collaboration diagram for Array:

Classes

class  uniot::Array< T >
 

Detailed Description

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:

Template Parameters
TThe type of elements stored in the array.