Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
#include <cstdint>
#include <vector>
Go to the source code of this file.
Classes | |
class | tuple< T > |
A tuple is a vector with a templated type and a public constructor. More... | |
class | fixed_tuple< T, capacity > |
A fixed tuple is a vector with a templated type and a reserved capacity. More... | |