![]() |
MySQL 9.6.0
Source Code Documentation
|
Function-like class that projects a tuple-like object to the Nth element. More...
#include <projection_views.h>
Static Public Member Functions | |
| template<class Tuple_t > | |
| static decltype(auto) | transform (Tuple_t &&tuple) |
Select component number index_tp from tuple. More... | |
Function-like class that projects a tuple-like object to the Nth element.
| index_tp | The index of the element to project on. |
|
inlinestatic |
Select component number index_tp from tuple.
The element type must not be an rvalue reference.
The returned type is: