|
CkPttn 1.2.4
|
Internal lambda for zip cursor expansion via index sequence. More...
#include <transrangers_ext.hpp>
Public Member Functions | |
| template<std::size_t... I> | |
| TRANSRANGERS_HOT auto | operator() (std::index_sequence< I... >) const |
| __lambda_249_18 (cursor &_zp, std::tuple< Rangers... > &_rgrs) | |
| Construct with references to zip cursor and ranger tuple. | |
Internal lambda for zip cursor expansion via index sequence.
| Ranger | The first ranger type |
| Rangers | The remaining ranger types |
|
inline |
Construct with references to zip cursor and ranger tuple.
| [in] | _zp | Reference to the zip cursor |
| [in] | _rgrs | Reference to the rangers tuple |
|
inline |
| I |