Advertisement
frasl

Untitled

Feb 11th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. template<class... Types>
  2. struct count {
  3.     static const std::size_t value = sizeof...(Types);
  4. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement