Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. template <typename T>
  2. struct A {
  3.     struct B {};
  4. };
  5.  
  6. class <typename... Cells>
  7. class C {
  8.     std::tuple< (typename Cells::B)... > t;
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement