#include <LazyGetter.h>
Public Member Functions | |
FindValue< T >::result_type | operator() (typename FindValue< T >::first_argument_type container, typename FindValue< T >::second_argument_type index) const |
Definition at line 525 of file LazyGetter.h.
FindValue<T>::result_type edm::FindValue< T >::operator() | ( | typename FindValue< T >::first_argument_type | container, |
typename FindValue< T >::second_argument_type | index | ||
) | const [inline] |
Definition at line 526 of file LazyGetter.h.
References getHLTprescales::index.
{return &*(container.begin_record()+index);}