Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
A tuple is a vector with a templated type and a public constructor. More...
#include <cs_Tuple.h>
Public Member Functions | |
tuple () | |
Default constructor. More... | |
A tuple is a vector with a templated type and a public constructor.
Wrapper for a std::vector with a default constructor.
T | Templated type of elements in the vector. |