Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- template<class A, class B>
- struct Or{
- static Or<A,B> Left(A a);
- static Or<A,B> Right(B b);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement