Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable passing of arbitrary lambda functions to (de)serialization functions #35

Open
dmcconachie opened this issue Feb 1, 2018 · 0 comments

Comments

@dmcconachie
Copy link
Contributor

Right now one frequently needs to cast the lambdas to an appropriate std::function<()> before passing the lambda as a value (de)serializer. It would be far more convenient to use if this was not necessary.

@dmcconachie dmcconachie changed the title Enable passing of arbitrary labmda functions to (de)serialization functions Enable passing of arbitrary lambda functions to (de)serialization functions May 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant