EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "ActsExamples/Utilities/Range.hpp"
#include <algorithm>
#include <iterator>
#include <utility>
Go to the source code of this file.
Classes | |
class | ActsExamples::GroupBy< Iterator, KeyGetter > |
class | ActsExamples::GroupBy< Iterator, KeyGetter >::GroupIterator |
Iterator type representing a group of elements. More... | |
Namespaces | |
namespace | ActsExamples |
Functions | |
template<typename Container , typename KeyGetter > | |
GroupBy< typename Container::const_iterator, KeyGetter > | ActsExamples::makeGroupBy (const Container &container, KeyGetter keyGetter) |
Construct the group-by proxy for a container. | |