ALP User Documentation 0.7.0
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...
#include <ops.hpp>
Inherits Operator< internal::zip< IN1, IN2, config::default_backend > >.
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 >
.