Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
tuple< T > Class Template Reference

A tuple is a vector with a templated type and a public constructor. More...

#include <cs_Tuple.h>

Inheritance diagram for tuple< T >:
Collaboration diagram for tuple< T >:

Public Member Functions

 tuple ()
 Default constructor. More...
 

Detailed Description

template<typename T>
class tuple< T >

A tuple is a vector with a templated type and a public constructor.

Wrapper for a std::vector with a default constructor.

Parameters
TTemplated type of elements in the vector.

Constructor & Destructor Documentation

◆ tuple()

template<typename T >
tuple< T >::tuple ( )
inline

Default constructor.


The documentation for this class was generated from the following file: