ALP User Documentation
0.8.preview
Algebraic Programming User Documentation
|
The zip operator that operators on keys as a left-hand input and values as a right hand input, producing a key-value std::pair
.
More...
Inherits Operator< internal::zip< IN1, IN2, implementation > >.
The zip operator that operators on keys as a left-hand input and values as a right hand input, producing a key-value std::pair
.
IN1 | The key type. |
IN2 | The value type. |
The output domain is fixed to std::pair< IN1, IN2 >
.