Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Index.hpp File Reference
#include <cstdint>
#include <boost/container/flat_map.hpp>
+ Include dependency graph for Index.hpp:
+ This graph shows which files directly or indirectly include this file:

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)