Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. class Johnson{
  2.     static bool invert(bool a){return !a;}
  3.     SHR<bool,_size> reg;
  4. public:
  5.     const int size;
  6.     Johnson():size(_size){
  7.         SHR<bool,_size> reg;
  8.     }
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement