Analysis Software
Documentation for sPHENIX simulation software
|
#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 > | |
auto | ActsExamples::makeGroupBy (const Container &container, KeyGetter keyGetter) -> GroupBy< decltype(std::begin(container)), KeyGetter > |
Construct the group-by proxy for a container. | |