CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
bitObj.h
Go to the documentation of this file.
1 #ifndef BITOBJ_H
2 #define BITOBJ_H
3 #include<bitset>
4 class bitObj {
5 public:
6  bitset<int N> m_a;
7 };
8 #endif
Definition: bitObj.h:4
bitset< int N > m_a
Definition: bitObj.h:6