CMS 3D CMS Logo

Public Types | Static Public Member Functions

edm::helper::MatcherGetRef< C > Struct Template Reference

#include <getRef.h>

List of all members.

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 
) [inline, static]

Definition at line 17 of file getRef.h.

Referenced by edm::getRef().

{ return ref_type(c, k); }