CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Static Public Member Functions
edm::helper::MatcherGetRef< C > Struct Template Reference

#include <getRef.h>

Public Types

typedef Ref< C > ref_type
 

Static Public Member Functions

static ref_type getRef (const Handle< C > &c, size_t k)
 

Detailed Description

template<typename C>
struct edm::helper::MatcherGetRef< C >

Definition at line 15 of file getRef.h.

Member Typedef Documentation

template<typename C >
typedef Ref<C> edm::helper::MatcherGetRef< C >::ref_type

Definition at line 16 of file getRef.h.

Member Function Documentation

template<typename C >
static ref_type edm::helper::MatcherGetRef< C >::getRef ( const Handle< C > &  c,
size_t  k 
)
inlinestatic

Definition at line 17 of file getRef.h.

Referenced by edm::getRef().

17 { return ref_type(c, k); }