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

Replace axis::traits with uniform wrapper #284

Open
HDembinski opened this issue Jul 5, 2020 · 1 comment
Open

Replace axis::traits with uniform wrapper #284

HDembinski opened this issue Jul 5, 2020 · 1 comment

Comments

@HDembinski
Copy link
Collaborator

Perhaps histogram could wrap external classes with an interface class that supplements all optional interface. If this works, it would greatly simplify the library compared to the current approach with axis::traits.

@HDembinski
Copy link
Collaborator Author

This would have to be a CRTP class, so that implementations in the user-provided class override the default implementations in the interface class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant