mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/snipmate-snippets/c/map.snippet

2 lines
40 B
Plaintext

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