yeputons

Untitled

Jun 1st, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1.     template<int... S, typename... Args>
  2.     auto my_call(seq<S...>, Args&&... args) -> decltype(func_(((binder*)nullptr)->get_argument<S>(std::forward<Args&&>(args)...)...))
Add Comment
Please, Sign In to add comment