![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <cstddef>#include <utility>#include <boost/container/flat_map.hpp>
Include dependency graph for IndexContainers.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | ActsExamples |
Typedefs | |
| template<typename Value , typename Key = std::size_t> | |
| using | ActsExamples::IndexMultimap = boost::container::flat_multimap< Key, Value > |
Functions | |
| template<typename Value , typename Key > | |
| IndexMultimap< Key, Value > | ActsExamples::invertIndexMultimap (const IndexMultimap< Value, Key > &multimap) |