Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int main() {
- dispatch_demo<int, 0> d0;
- dispatch_demo<int, 1> d1;
- dispatch_demo<int, 2> d2;
- d0.do_the_job();
- d1.do_the_job();
- d2.do_the_job();
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement