ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <iterator>
#include <utility>
Go to the source code of this file.
Classes | |
class | FW::Range< Iterator > |
Namespaces | |
namespace | FW |
Functions | |
template<typename Iterator > | |
Range< Iterator > | FW::makeRange (Iterator begin, Iterator end) |
template<typename Iterator > | |
Range< Iterator > | FW::makeRange (std::pair< Iterator, Iterator > range) |