Functions | |
void | _throw_range (det_id_type i) |
void edm::dslvdetail::_throw_range | ( | det_id_type | i | ) | [inline] |
Definition at line 54 of file DetSetLazyVector.h.
References edm::errors::InvalidReference, and edm::Exception::throwThis().
Referenced by edm::RefGetter< T >::back(), edm::RefGetter< T >::operator[](), edm::DetSetLazyVector< T >::operator[](), edm::LazyGetter< T >::operator[](), and edm::DetSetRefVector< T, C >::operator[]().
{ Exception::throwThis(errors::InvalidReference, "DetSetLazyVector::operator[] called with index not in collection;\nindex value: ", i); }