CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
edm::FindValue< T > Struct Template Reference

#include <LazyGetter.h>

Inheritance diagram for edm::FindValue< T >:

Public Member Functions

FindValue< T >::result_type operator() (typename FindValue< T >::first_argument_type container, typename FindValue< T >::second_argument_type index) const
 

Detailed Description

template<class T>
struct edm::FindValue< T >

Definition at line 24 of file LazyGetter.h.

Member Function Documentation

template<class T >
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 539 of file LazyGetter.h.

References cmsHarvester::index.

539 {return &*(container.begin_record()+index);}