ThingsBoard Client SDK 0.16.0
Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)
Loading...
Searching...
No Matches
Classes
Container.h File Reference
#include "Helper.h"
#include <assert.h>
Include dependency graph for Container.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Container< T, Capacity >
 Custom std::array or std::vector implementation that contains a partial vector-like interface implementation. Internal implementation is changed at compile-time to either use the heap if THINGSBOARD_ENABLE_DYNAMIC is set or the stack otherwise. More...