mcy / best

The Best Library: a C++ STL replacement
Apache License 2.0
158 stars 1 forks source link

Add `best::reflect` and the other trappings of a `#[derive]`-like reflection #8

Closed mcy closed 3 months ago

mcy commented 3 months ago

This change adds a very basic struct and enum reflection framework, which I will use to build a CLI flags parser on top of. This adds: