ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Classes | |
class | FW::GroupBy< Iterator, KeyGetter > |
class | FW::GroupBy< Iterator, KeyGetter >::GroupIterator |
Iterator type representing a group of elements. More... | |
Namespaces | |
namespace | FW |
Functions | |
template<typename Container , typename KeyGetter > | |
GroupBy< typename Container::const_iterator, KeyGetter > | FW::makeGroupBy (const Container &container, KeyGetter keyGetter) |
Construct the group-by proxy for a container. | |