CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MapRefViewTrait.h
Go to the documentation of this file.
1 #ifndef DataFormats_Common_MapRefViewTrait_h
2 #define DataFormats_Common_MapRefViewTrait_h
7 #include <map>
8 
9 namespace edm {
10  namespace helper {
11  template<typename C>
12  struct MapRefViewTrait {
13  typedef Ref<C> ref_type;
15  };
16 
17  template<typename T>
18  struct MapRefViewTrait<View<T> > {
21  };
22  }
23 }
24 
25 #endif
long double T