yasnippet-snippets/snippets/c++-mode/using

5 lines
73 B
Plaintext

# name: using namespace ...
# key: using
# --
using namespace ${std};
$0