Created
February 20, 2012 11:44
-
-
Save sevas/1868894 to your computer and use it in GitHub Desktop.
Vissual Assist Container Iterator Macro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for ($ContainerType$::iterator $Iter=it$ = $Container$.begin(); | |
| $Iter$!=$Container$.end(); | |
| ++$Iter$) | |
| { | |
| $end$ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment