Juggler
Juggling algorithms and event processing using gaudi framework
IndexContainers.hpp File Reference
#include <cstddef>
#include <utility>
#include <boost/container/flat_map.hpp>

Go to the source code of this file.

Namespaces

 FW
 

Typedefs

template<typename Value , typename Key = std::size_t>
using FW::IndexMultimap = boost::container::flat_multimap< Key, Value >
 

Functions

template<typename Value , typename Key >
IndexMultimap< Key, Value > FW::invertIndexMultimap (const IndexMultimap< Value, Key > &multimap)