cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Backports related to Standard header <tuple>
Interfaces defined here:
tuple<>
, tuple_size<>
, tuple_element<>
(C++03) when using cxxomfort's TR1 implementation.get<I>(tuple)
(C++03) when using cxxomfort's TR1 implementation.tie()
(C++03) when using cxxomfort's TR1 implementation.get<tuple>()
( std_get_type_tuple ) (C++14) - get elements of a tuple by type.apply()
(C++17) - call a functor, unpacking a tuple for the arguments.make_from_tuple()
(C++17) - construct an object unpacking a tuple for constructor arguments.