Completed
Struct reflection: std::tuple for struct's members
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Reflection without Reflection in C++ - Current Techniques and Possibilities
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Template/function specialization
- 3 template argument deduction
- 4 Reflection technique #1: SFINAE
- 5 Quick refresher: What is SFINAE?
- 6 std::source_location::function_name
- 7 Struct reflection: counting the number of members
- 8 structured bindings
- 9 Struct reflection: std::tuple for struct's members
- 10 clang's __builtin_dump_struct
- 11 Checking if you are using tabs or spaces