|
fennec
|
Tuple, holds a collection of values of different types. More...
Inherits detail::_tuple< make_index_metasequence_t< sizeof...(TypesT)>, TypesT... >.
| Property | Value |
|---|---|
| stable | ⛔ |
| dynamic | ✅ |
| homogenous | ⛔ |
| distinct | ⛔ |
| ordered | ⛔ |
| space | \(O(N)\) |
| linear | ✅ |
| access | \(O(1)\) |
| find | \(O(1)\) |
| insertion | ⛔ |
| deletion | ⛔ |
| TypesT | The types to store |