We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce9ebb commit 0d18ccbCopy full SHA for 0d18ccb
include/dice/template-library/tuple_algorithm.hpp
@@ -73,7 +73,7 @@ namespace dice::template_library {
73
/**
74
* Applies a function to all types of a tuple
75
*
76
- * @param tuple tuple with elements to apply function to
+ * @tparam Tuple type of tuple with types to apply function to
77
* @param f template unop to apply to each type (as f.template operator()<tuple-element-type>())
78
*/
79
template<typename Tuple, typename F>
0 commit comments