Analysis Software
Documentation for sPHENIX simulation software
|
#include <cstdint>
#include <boost/container/flat_map.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ActsExamples |
Typedefs | |
using | ActsExamples::Index = uint32_t |
template<typename value_t > | |
using | ActsExamples::IndexMultimap = boost::container::flat_multimap< Index, value_t > |
Functions | |
template<typename value_t > | |
boost::container::flat_multimap < value_t, Index > | ActsExamples::invertIndexMultimap (const IndexMultimap< value_t > &multimap) |