Advertisement
tinyevil

Untitled

Dec 2nd, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. template<class A, class B>
  2. struct Or{
  3. static Or<A,B> Left(A a);
  4. static Or<A,B> Right(B b);
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement