ATLAS Offline Software
Classes | Functions
NavigableIterator.h File Reference
#include "Navigation/NavigationDefaults.h"
Include dependency graph for NavigableIterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NavigableIterator< CONT, RPAR, COLL >
 

Functions

template<typename CONT , typename RPAR , typename COLL >
NavigableIterator< CONT, RPAR, COLL > operator+ (typename NavigableIterator< CONT, RPAR, COLL >::difference_type n, NavigableIterator< CONT, RPAR, COLL > a)
 

Function Documentation

◆ operator+()

template<typename CONT , typename RPAR , typename COLL >
NavigableIterator<CONT, RPAR, COLL> operator+ ( typename NavigableIterator< CONT, RPAR, COLL >::difference_type  n,
NavigableIterator< CONT, RPAR, COLL >  a 
)

Definition at line 219 of file NavigableIterator.h.

222 {
223  a += n;
224  return a;
225 }
beamspotman.n
n
Definition: beamspotman.py:731
a
TList * a
Definition: liststreamerinfos.cxx:10