-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add support for describe getters && setters #18
Comments
I found a better way to do this:
Also, its compatible with #13. We can start by making #13 and then separately declare the |
How's that different from a function on the language level? |
I'm not getting your question. Please reword or submit a little better example. |
Getters and setter don't exist in C++, this isn't C# or python. You're trying to describe functions, which you already can do with boost.describe. |
I'm trying to suggest alternative for BOOST_HANA_ADAPT_ADT. I haven't thought about C# or Python getters and setters. It's useful for #32 |
I suggest adding support for getters and setters to the library. I see this new functionality like this:
The text was updated successfully, but these errors were encountered: