unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/c++-mode/iterator

6 lines
106 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
# -*- mode: snippet -*-
# name: iterator
# key: iter
# --
${1:std::}${2:vector<int>}::iterator ${3:iter};