[tuple] no easy access to get function

Hi!
Today I wanted to std::transform a range of tuples into a sequence of
one element. I thought I could just take the address of some
tuple::get<N> function. Maybe also specify the Tuple type as template
parameter. But from the source I figured the get function is not
designed in a way that would allow me easy access. I had to write myself
an additional function for this task (see below). Am I trying the wrong
way? Or would you fix the implementation?
template
participants (1)
-
Frank Birbacher