ORIGINAL
|
Heterogeneous tuple container implementation. More...
Go to the source code of this file.
Classes | |
class | original::tuple< TYPES > |
A fixed-size heterogeneous container that stores elements of different types. More... | |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Functions | |
template<typename F_TYPE, typename S_TYPE> | |
tuple< F_TYPE, S_TYPE > | original::makeTuple (const couple< F_TYPE, S_TYPE > &cp) |
template<typename... L_TYPES, typename... R_TYPES> | |
tuple< L_TYPES..., R_TYPES... > | original::operator+ (const tuple< L_TYPES... > <, const tuple< R_TYPES... > &rt) |
Heterogeneous tuple container implementation.
This file implements a type-safe, compile-time fixed-size tuple container with: