Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
A fixed tuple is a vector with a templated type and a reserved capacity. More...
#include <cs_Tuple.h>
Public Member Functions | |
fixed_tuple () | |
Constructor reserves capacity in vector. More... | |
![]() | |
tuple () | |
Default constructor. More... | |
A fixed tuple is a vector with a templated type and a reserved capacity.
Wrapper for a std::vector with a default constructor with a particular capacity.
T | Templated type of elements in the vector. |
capacity | Predefined capacity of the underlying std::vector. |
|
inline |
Constructor reserves capacity in vector.