easy_reflection_cpp
easy_reflection_cpp copied to clipboard
Add support of move semantic
Currently any piece of type copying during deserialization, because reflection system has only copy() function. We should add support of move() in reflection library to optimize that.
Now the library supports it, time to modify parsers and use it