We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1e91c commit 476294dCopy full SHA for 476294d
README.md
@@ -262,7 +262,6 @@ struct person {
262
std::string name;
263
int age;
264
};
265
-YLT_REFL(person, name, age);
266
267
int main() {
268
person p{.name = "tom", .age = 20};
@@ -286,7 +285,6 @@ struct person {
286
285
287
288
289
290
291
void basic_usage() {
292
std::string xml = R"(
@@ -320,7 +318,6 @@ struct person {
320
318
321
319
322
323
324
325
326
// serialization the structure to the string
0 commit comments