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

4 lines
62 B
C++

BOOST_FOREACH(auto x, {{_input_:variable}}) {
{{_cursor_}}
}