#include <iterator>
Classes | |
class | ROOT::Experimental::Internal::RIndexIter< REFERENCE, POINTER > |
Iterates over an index; the REFERENCE is defined by the REFERENCE template parameter. More... | |
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
namespace | ROOT::Experimental |
namespace | ROOT::Experimental::Internal |
Functions | |
Relational operators. | |
template<class REFERENCE , class POINTER > | |
bool | ROOT::Experimental::Internal::operator!= (RIndexIter< REFERENCE, POINTER > lhs, RIndexIter< REFERENCE, POINTER > rhs) noexcept |
template<class REFERENCE , class POINTER > | |
bool | ROOT::Experimental::Internal::operator< (RIndexIter< REFERENCE, POINTER > lhs, RIndexIter< REFERENCE, POINTER > rhs) noexcept |
template<class REFERENCE , class POINTER > | |
bool | ROOT::Experimental::Internal::operator<= (RIndexIter< REFERENCE, POINTER > lhs, RIndexIter< REFERENCE, POINTER > rhs) noexcept |
template<class REFERENCE , class POINTER > | |
bool | ROOT::Experimental::Internal::operator== (RIndexIter< REFERENCE, POINTER > lhs, RIndexIter< REFERENCE, POINTER > rhs) noexcept |
template<class REFERENCE , class POINTER > | |
bool | ROOT::Experimental::Internal::operator> (RIndexIter< REFERENCE, POINTER > lhs, RIndexIter< REFERENCE, POINTER > rhs) noexcept |
template<class REFERENCE , class POINTER > | |
bool | ROOT::Experimental::Internal::operator>= (RIndexIter< REFERENCE, POINTER > lhs, RIndexIter< REFERENCE, POINTER > rhs) noexcept |
Definition in file RIndexIter.hxx.