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

Go to the source code of this file.

Namespaces

 Jug
 

Typedefs

using Jug::Index = uint32_t
 
template<typename value_t >
using Jug::IndexMultimap = boost::container::flat_multimap< Index, value_t >
 

Functions

template<typename value_t >
boost::container::flat_multimap< value_t, Index > Jug::invertIndexMultimap (const IndexMultimap< value_t > &multimap)