Reflection - Compile-Time Introspection of C++

Reflection - Compile-Time Introspection of C++

ACCU Conference via YouTube Direct link

Introduction

1 of 27

1 of 27

Introduction

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Reflection - Compile-Time Introspection of C++

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

  1. 1 Introduction
  2. 2 Examples
  3. 3 Reflection and metaprogramming: final
  4. 4 Motivation for metaprogramming
  5. 5 Where static reflection helps
  6. 6 Generating indirection
  7. 7 Reflection operator (P2320) Is an expression Produces a comple-time (as in constexpr) value that describes its operand
  8. 8 Reflection type (P1240)
  9. 9 Testing our indirection generator
  10. 10 Reflection library (P1240)
  11. 11 Making pointers iteratively
  12. 12 Splice operator
  13. 13 Splice equation
  14. 14 A reflective indirection generator
  15. 15 Expansion statements
  16. 16 A trivial implementation
  17. 17 Equivalent specialization
  18. 18 Serialization algorithm
  19. 19 Sketch of algorithm
  20. 20 Serialization as a facility
  21. 21 The main structure
  22. 22 Serialization interface
  23. 23 Serializing base cases
  24. 24 Serializing composites
  25. 25 Generic and extensible
  26. 26 Deserialization
  27. 27 Deserializing classes

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.