DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 1.1%2Bdfsg-2 / snippets / c%2B%2B-mode / constructor
12345678
# -*- mode: snippet -*- # name: constructor # key: ct # -- ${1:Name}::$1(${2:args}) ${3: : ${4:init}} { $0 }