ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <boost/container/flat_map.hpp>
#include <cstddef>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | 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) |