tuple/value: add explanatory comment for map
This commit is contained in:
parent
af77aad894
commit
cceadcba40
@ -58,6 +58,9 @@ namespace util::tuple::value {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/// returns a tuple of the result of applying the provided function to
|
||||||
|
/// each value of the supplied tuple.
|
||||||
template <
|
template <
|
||||||
typename FuncT,
|
typename FuncT,
|
||||||
typename ArgT,
|
typename ArgT,
|
||||||
|
Loading…
Reference in New Issue
Block a user