dotfiles/.vim/template/cpp/snip-boost-foreach.cpp

4 lines
62 B
C++
Raw Normal View History

2012-02-13 19:19:04 +00:00
BOOST_FOREACH(auto x, {{_input_:variable}}) {
{{_cursor_}}
}