tuple/value: add explanatory comment for map

This commit is contained in:
Danny Robson 2018-03-23 16:39:35 +11:00
parent af77aad894
commit cceadcba40

View File

@ -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,