Skip to content

Instantly share code, notes, and snippets.

@emaxerrno
Created February 26, 2015 22:08
Show Gist options
  • Select an option

  • Save emaxerrno/be21323a16b5cea97089 to your computer and use it in GitHub Desktop.

Select an option

Save emaxerrno/be21323a16b5cea97089 to your computer and use it in GitHub Desktop.
mplmap.hpp
using RoutingEntryMap = boost::mpl::map<
std::pair<StreamGrouping::GROUP_BY, ConsistentRoutingEntry>
std::pair<StreamGrouping::SHUFFLE, ShuffleRoutingEntry>
std::pair<StreamGrouping::ROUND_ROBIN, RoundRobinRoutingEntry>
>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment