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< RefFrom, RefTo > Struct Template Reference

#include <AssociativeIterator.h>

Static Public Member Functions

static RefTo convert (const RefFrom &ref)
 

Detailed Description

template<typename RefFrom, typename RefTo>
struct edm::helper::RefConverter< RefFrom, RefTo >

Definition at line 61 of file AssociativeIterator.h.

Member Function Documentation

template<typename RefFrom , typename RefTo >
static RefTo edm::helper::RefConverter< RefFrom, RefTo >::convert ( const RefFrom &  ref)
inlinestatic

Definition at line 62 of file AssociativeIterator.h.

62 { return RefTo(ref); }