reflect icon indicating copy to clipboard operation
reflect copied to clipboard

A simple C++11 reflection/serialization framework.

Results 5 reflect issues
Sort by recently updated
recently updated
newest added

I found myself unable to write: ``` cpp Maybe answer() { return Maybe(42); } int main() { maybe_if(answer(), [](int a) { std::cout

Hi! Looks like a cool library. I can't find a license file. Would you mind posting one so I know whether its ok to use your code?

TRAP AT /home/predator/00myfinalenginespace/ENGINESPACE/EngineSpace/TaskManager/src/object/composite_type.cpp:135 (function 'serialize', expression 'frozen_') Trace/breakpoint trap (core dumped)

Hello , i am using g++ the sample that give in the readme doesnt work at all for me at least. attribute are 0x0 !!! and there is a small...