Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- template<class... Types>
- struct count {
- static const std::size_t value = sizeof...(Types);
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement