Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. struct BaseClassParams {
  2. struct DerivedClass_A_Params {
  3. };
  4.  
  5. struct DerivedClass_B_Params {
  6. };
  7. };
  8.  
  9. struct BaseClassParams {
  10. struct DerivedClass_A_Params {
  11. };
  12.  
  13. struct DerivedClass_B_Params {
  14. };
  15.  
  16. struct DerivedClass_C_Params {
  17. };
  18. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement