Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 709 Bytes

File metadata and controls

18 lines (15 loc) · 709 Bytes

cpp-reflection-standard26

Code snippets of the reflection c++ feature

settings:

  • compiler: g++-16.1
  • cmake: 3.30.9
  • standard: 26

references:

examples:

  • case_1 - basic reflection new operators, type management, comparison
  • case_2 - struct field manipulations
  • case_3 - annotation attachment, struct annotation analysis
  • case_4 - annotation search at namespace, class manipulations
  • case_5 - defining struct types