DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 0~git20161123-1 / c%2B%2B-mode / d_operator%5B%5D_const
12345
# -*- mode: snippet -*- # name: d_operator[]_const # key: c[ # -- const ${1:Type}& operator[](${2:int index}) const;