CMS 3D CMS Logo

Static Public Member Functions

edm::helper::RefConverter< RefFrom, RefTo > Struct Template Reference

#include <AssociativeIterator.h>

List of all members.

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 62 of file AssociativeIterator.h.


Member Function Documentation

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

Definition at line 63 of file AssociativeIterator.h.

{ return RefTo(ref); }