From d0d40971f1867c710209588645a906a2293a3744 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 13 Feb 2022 21:54:59 -0700 Subject: [PATCH] Augment a doc string. --- include/deal.II/base/table_indices.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/deal.II/base/table_indices.h b/include/deal.II/base/table_indices.h index 435063080a..35d408b72c 100644 --- a/include/deal.II/base/table_indices.h +++ b/include/deal.II/base/table_indices.h @@ -58,7 +58,9 @@ public: * arguments @p indices * * This constructor will result in a compiler error if - * the template argument @p N is different from the number of the arguments. + * the number of arguments given is different from the number of the + * indices this class stores (i.e., the template argument `N` of + * this class), or if any of the arguments is not of some integer type. */ template constexpr TableIndices(const T... indices); -- 2.39.5