CMS 3D CMS Logo

edm::NewPolicy< T > Struct Template Reference

#include <DataFormats/Common/interface/NewPolicy.h>

List of all members.

Static Public Member Functions

static T * clone (const T &t)


Detailed Description

template<typename T>
struct edm::NewPolicy< T >

Definition at line 6 of file NewPolicy.h.


Member Function Documentation

template<typename T>
static T* edm::NewPolicy< T >::clone ( const T &  t  )  [inline, static]

Definition at line 7 of file NewPolicy.h.

00007                                   {
00008       return new T(t);
00009     }


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:41:53 2009 for CMSSW by  doxygen 1.5.4