-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Feature Request: bind_set #1711
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
Comments
BTW To fully clarify, this is for (Didn't realize this myself until looking into it.) |
Pull requests welcome, I guess! :-) |
Here is a starting point, probably plug and play for most cases: https://gist.github.com/beatmax/fb77ecc8183d47725da2ec61bb7ee2f9 |
@beatmax That does look decent. Are you going to make a pull request? |
Not in the short term, I (or someone) have to add tests and handle special cases like bind_vector does. |
There are already helper templates to create bindings for std::map and std::vector.
It would be great to have the same option for std::set.
The text was updated successfully, but these errors were encountered: