Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenberry committed Oct 14, 2022
1 parent 93d9784 commit 1921d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ struct glz::meta<Thing> {
};
```
The value `v` passed to the lambda function will be a `Thing` object, and the lambda function allows us to make the subclass invisible to the object interface.
The value `self` passed to the lambda function will be a `Thing` object, and the lambda function allows us to make the subclass invisible to the object interface.
Lambda functions by default copy returns, therefore the `auto&` return type is typically required in order for glaze to write to memory.
Expand Down

0 comments on commit 1921d08

Please sign in to comment.