CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Static Public Member Functions
edm::helper::RefConverter< RefToBase< T >, Ref< C, V, F > > Struct Template Reference

#include <AssociativeIterator.h>

Static Public Member Functions

static Ref< C, V, Fconvert (const RefToBase< T > &ref)
 

Detailed Description

template<typename T, typename C, typename V, typename F>
struct edm::helper::RefConverter< RefToBase< T >, Ref< C, V, F > >

Definition at line 69 of file AssociativeIterator.h.

Member Function Documentation

template<typename T , typename C , typename V , typename F >
static Ref<C,V,F> edm::helper::RefConverter< RefToBase< T >, Ref< C, V, F > >::convert ( const RefToBase< T > &  ref)
inlinestatic

Definition at line 70 of file AssociativeIterator.h.

70 { return ref.template castTo<Ref<C,V,F> >(); }