aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/.config/yasnippet/snippets/c++-mode/bend
blob: 76423556bf5fea90c3033cffd381fdb15fd45f0f (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: v.begin(), v.end()
# key: bend
# uuid: beginend
# --
${1:v}.begin(), $1.end()