refl-cpp
refl-cpp copied to clipboard
How can I integrate this lib with Eigen3 math lib?
I’m new to this lib and I cannot find a way to reflect eigen matrix
refl-cpp requires you to write metadata definitions for unknown types, such as the types in Eigen.
Maybe start here: https://veselink1.github.io/refl-cpp/md__introduction.html#autotoc_md49
Thanks a lot! I will update if I make any progress