CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MergeableCounter.h
Go to the documentation of this file.
1 #ifndef Common_MergeableCounter_h
2 #define Common_MergeableCounter_h
3 
4 namespace edm {
5 
6  struct MergeableCounter {
8  bool mergeProduct(MergeableCounter const & newThing);
9  int value;
10  };
11 
12 }
13 
14 #endif
bool mergeProduct(MergeableCounter const &newThing)