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

Test and document structured bindings #41

Open
kabasset opened this issue Jul 17, 2023 · 2 comments
Open

Test and document structured bindings #41

kabasset opened this issue Jul 17, 2023 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request related to an existing service
Milestone

Comments

@kabasset
Copy link
Collaborator

Should make record and column reading so much nicer!

@kabasset kabasset added documentation Improvements or additions to documentation enhancement New feature or request related to an existing service labels Jul 17, 2023
@kabasset kabasset added this to the 5.3 milestone Jul 17, 2023
@kabasset kabasset self-assigned this Jul 17, 2023
@kabasset
Copy link
Collaborator Author

Works like a charm; to be documented and used in examples.

@kabasset
Copy link
Collaborator Author

Add overload Header::parseSeq<T>(Ts...) somehow to enable homogeneous structured bindings, e.g.:

auto [ra, dec] = h.parseSeq<float>("RA", "DEC");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request related to an existing service
Projects
None yet
Development

No branches or pull requests

1 participant