2022-03-17 05:17:49

by Jim Cromie

[permalink] [raw]
Subject: does kernel have any FOLD_LEFT macro equivalent ?

does the kernel have anything like
BOOST_PP_SEQ_FOLD_LEFT(op, state, seq) ?

or any hand-coded implementation of the pattern in-kernel
that I can look at ?