cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
This component provides supplementary features to the ones present in <tuple>
that are specific to cxxomfort.
tuple_pop()
- obtain a tuple with the last type removed.tuple_shift()
- obtain a tuple with the first type removed.tuple_push()
- add a type to a tuple.tuple_unshift()
- add a type to a tuple.tuple_count_if()
- check if elements of a tuple match a predicatetuple2function_t
function2tuple_t
tuple_call()
- invoke a function for all elements of a tuple.All interfaces are defined in the namespace cxxomfort::library::tuple::
.
Also see std0tuple .