mirror of
https://github.com/boostorg/hana.git
synced 2026-02-21 03:02:11 +00:00
8 lines
183 B
C++
8 lines
183 B
C++
<% render('techniques/foldl/functions.rb') %>
|
|
|
|
<% 0.upto(unroll).each do |n| %>
|
|
<%= unroll_linear(n, trailing: n == unroll) %>
|
|
<% end %>
|
|
|
|
<%= render('techniques/foldl/main.cpp') %>
|