yasnippet-snippets/snippets/c++-mode/d_operator[]_const

5 lines
116 B
Plaintext
Raw Normal View History

2010-11-21 18:41:45 +01:00
# -*- mode: snippet -*-
# name: d_operator[]_const
# key: c[
# --
const ${1:Name}& operator[](${2:int index}) const;