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

Add variant_sequential_view class #46

Closed
acki-m opened this issue Mar 15, 2017 · 0 comments · Fixed by #68
Closed

Add variant_sequential_view class #46

acki-m opened this issue Mar 15, 2017 · 0 comments · Fixed by #68

Comments

@acki-m
Copy link
Contributor

acki-m commented Mar 15, 2017

Similar to the variant_associative_view class, add a new class called variant_sequential_view.
The variant_array_view class should be marked as deprecated.
The advantage of the new class will be:

  • can be easily used in range based for loop
  • less member functions, but same functionality
  • no internal dynamic memory allocation, when iterator is big enough
  • easier internal code to maintain
acki-m added a commit that referenced this issue Jun 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant