dotar/vim/snippets/c/map.snippet
2011-11-17 16:00:49 -06:00

2 lines
40 B
Plaintext
Executable File

std::map<${1:key}, ${2:value}> map${3};