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

TransformationChain: Implement begin() #183

Open
Makman2 opened this issue Mar 23, 2015 · 0 comments
Open

TransformationChain: Implement begin() #183

Makman2 opened this issue Mar 23, 2015 · 0 comments
Labels

Comments

@Makman2
Copy link
Owner

Makman2 commented Mar 23, 2015

There is already the Begin() function, but it's maybe worth to consider to make it iteratable via the foreach construct:

for (auto elem : transformation_chain)
    // Do as you please.

So we need another function begin() but starting with a small letter, so the compiler recognizes it.
begin() would then just simply invoke Begin().

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

No branches or pull requests

1 participant