cxxomfort  rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
List of all members
tuple< T0, T1, T2, T3, T4 > Class Template Reference

std::tuple<T...> implementation More...

Detailed Description

template<typename T0, typename T1, typename T2, typename T3, typename T4>
class cxxomfort::cxxostd::tuple< T0, T1, T2, T3, T4 >

std::tuple<T...> implementation

\:
std::tuple

This implementation is limited to 5 elements and is in use only in pre-C++03 compilers when CXXOFLAG_USE_INTERNAL_TR1 is defined, for example for compilers that don't themselves provide <tuple>.


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