|
CkPttn 1.2.4
|
Internal lambda for the zip ranger combinator. More...
#include <transrangers_ext.hpp>
Public Member Functions | |
| template<class type_parameter_1_0 > | |
| TRANSRANGERS_HOT auto | operator() (type_parameter_1_0 dst) |
| Invoke the zip ranger with a destination callback. | |
| __lambda_244_25 (cursor _zp, const Ranger &_rgr, const Rangers &... _rgrs) | |
| Construct with initial cursor and ranger copies. | |
Internal lambda for the zip ranger combinator.
| Ranger | The first ranger type |
| Rangers | The remaining ranger types |
|
inline |
Construct with initial cursor and ranger copies.
| [in] | _zp | Initial zip cursor |
| [in] | _rgr | First ranger |
| [in] | _rgrs | Remaining rangers |
|
inline |
Invoke the zip ranger with a destination callback.
| type_parameter_1_0 | The destination callback type |
| [in] | dst | The destination callback |