#include <Span.h>
Public Member Functions | |
auto const & | back () const |
T | begin () const |
bool | empty () const |
T | end () const |
auto const & | front () const |
auto const & | operator[] (std::size_t idx) const |
auto | size () const |
Span (T begin, T end) | |
Private Attributes | |
const T | begin_ |
const T | end_ |
Definition at line 20 of file Span.h.
Referenced by TritonData< IO >::anyNeg(), and TritonData< IO >::dimProduct().
Definition at line 21 of file Span.h.
Referenced by TritonData< IO >::anyNeg(), and TritonData< IO >::dimProduct().
Definition at line 24 of file Span.h.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
Definition at line 32 of file Span.h.
Referenced by edm::Span< ShapeType::const_iterator >::begin(), edm::Span< ShapeType::const_iterator >::empty(), edm::Span< ShapeType::const_iterator >::front(), edm::Span< ShapeType::const_iterator >::operator[](), and edm::Span< ShapeType::const_iterator >::size().
Definition at line 33 of file Span.h.
Referenced by edm::Span< ShapeType::const_iterator >::back(), edm::Span< ShapeType::const_iterator >::empty(), edm::Span< ShapeType::const_iterator >::end(), and edm::Span< ShapeType::const_iterator >::size().