How C++20 Can Simplify std - tuple

How C++20 Can Simplify std - tuple

ACCU Conference via YouTube Direct link

Intro

1 of 32

1 of 32

Intro

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

How C++20 Can Simplify std - tuple

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 C++20 Big Ticket Items
  3. 3 Modules...
  4. 4 Outline of a Module
  5. 5 Module Preamble
  6. 6 What is a tuple
  7. 7 Naming emphasizes structure
  8. 8 Why is get not a member?
  9. 9 C++17 tuple Enhancments
  10. 10 C++17 Language Features
  11. 11 Fold Expressions (C++17)
  12. 12 Fold Expression Grammar
  13. 13 Generic Implementation
  14. 14 Implementing comparison in C++17
  15. 15 Basic Implementation
  16. 16 SFINAE constraints
  17. 17 Perform comparison
  18. 18 Implementing comparison in C++20
  19. 19 The TupleLike Concept
  20. 20 swap using lambda in C++20
  21. 21 swap using expansion statement in C++20
  22. 22 Expansion Statements
  23. 23 Support Structured Binding
  24. 24 Implementing operators in
  25. 25 with expansion statement
  26. 26 Final Rendering with the Spaceship Operator
  27. 27 What Can Spaceship Return?
  28. 28 Implementation Strategy 1
  29. 29 Basic Model
  30. 30 Implementing get
  31. 31 Ideal Version of wrap
  32. 32 Issues with wrap

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.