We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24441db commit 437ddf6Copy full SHA for 437ddf6
doc/mp11/algorithm.adoc
@@ -19,6 +19,8 @@ http://www.boost.org/LICENSE_1_0.txt
19
20
`mp_transform<F, L1<T1...>, L2<T2...>, ..., Ln<Tn...>>` applies `F` to each successive tuple of elements and returns `L1<F<T1, T2, ..., Tn>...>`.
21
22
+All lists in `L...` must be of the same size. Otherwise, the result is a substitution failure.
23
+
24
Has limited support of value lists as `L...` under {cpp}17 (for one to three lists.)
25
In that case, elements are wrapped with `mp_value` before being passed to `F`, and
26
are unwrapped afterwards. The result is `L1<F<mp_value<T1>, mp_value<T2>, ...>::value...>`.
0 commit comments