Skip to content

Dimitrius-dev/cpp-reflection-examples-std26

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Code snippets of c++26 reflection with g++16.1

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors