ALP User Documentation 0.7.0
Algebraic Programming User Documentation
List of all members
zip< IN1, IN2, implementation > Class Template Reference

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 > >.

Detailed Description

template<typename IN1, typename IN2, enum Backend implementation = config::default_backend>
class grb::operators::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.

Template Parameters
IN1The key type.
IN2The value type.

The output domain is fixed to std::pair< IN1, IN2 >.


The documentation for this class was generated from the following file: