VisionCpp
0.0.1
|
The tuple is a fixed-size collection of heterogeneous values. More...
#include <tuple.hpp>
The tuple is a fixed-size collection of heterogeneous values.
Ts... | - the types of the elements that the tuple stores. Empty list is supported. |