6 lines
		
	
	
		
			110 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			110 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # -*- mode: snippet -*-
 | |
| # name: accumulate
 | |
| # key: acc
 | |
| # --
 | |
| std::accumulate(${1:v}.begin(), $1.end(), ${2:0});
 |