![]() |
![]() |
Functions | |
void | _throw_range (det_id_type i) |
void edm::dsrvdetail::_throw_range | ( | det_id_type | i | ) | [inline] |
Definition at line 60 of file DetSetRefVector.h.
References edm::errors::InvalidReference.
Referenced by edm::DetSetRefVector< T, C >::operator[]().
00061 { 00062 throw edm::Exception(errors::InvalidReference) 00063 << "DetSetRefVector::operator[] called with index not in collection;\n" 00064 << "index value: " << i; 00065 }