/tupleImplementation

A simple implementation of std::tuple to store multiple data types items in the same data structure.

Primary LanguageC++

TupleImplementation

C++ std::tuple implementation using Variadic templates.