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

allow for range based for loops with kcLists #27

Open
KaceCottam opened this issue Mar 5, 2019 · 2 comments
Open

allow for range based for loops with kcLists #27

KaceCottam opened this issue Mar 5, 2019 · 2 comments
Projects

Comments

@KaceCottam
Copy link
Owner

https://mbevin.wordpress.com/2012/11/14/range-based-for/

for(auto i : KC::List<T>)
{
     // do stuff
}
@KaceCottam
Copy link
Owner Author

@KaceCottam
Copy link
Owner Author

some tips by KaceCottam

Sent with GitHawk

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

No branches or pull requests

1 participant