cereal icon indicating copy to clipboard operation
cereal copied to clipboard

Proposition of CEREAL_BASE macro

Open Eren121 opened this issue 3 years ago • 0 comments

Proposition of a macro to avoid duplicate code.

#define CEREAL_BASE(Class) ::cereal::make_nvp(#Class, cereal::base_class<Class>(this))

Eren121 avatar Jun 13 '21 23:06 Eren121