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