unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/c++-mode/constructor
2016-02-18 14:53:30 +01:00

7 lines
117 B
Plaintext

# -*- mode: snippet -*-
# name: constructor
# key: ct
# --
${1:Class}::$1(${2:args}) ${3: : ${4:init}} {
$0
}