CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
edm::lazydetail Namespace Reference

Functions

void _throw_range (uint32_t region)
 

Function Documentation

void edm::lazydetail::_throw_range ( uint32_t  region)
inline

Definition at line 30 of file LazyGetter.h.

References edm::errors::InvalidReference, and edm::Exception::throwThis().

Referenced by edm::RefGetter< T >::back(), edm::RefGetter< T >::operator[](), and edm::LazyGetter< T >::operator[]().

31  {
32  Exception::throwThis(errors::InvalidReference,
33  "LazyGetter::"
34  "find(uint32_t,uint32_t) called with index not in collection;\n"
35  "index value: ",
36  region);
37  }