Home | History | Annotate | Download | only in dist

Lines Matching refs:N1toN

8804     template <int N0, int... N1toN>
8805 struct sum<N0, N1toN...>
8807 static constexpr auto value = N0 + sum<N1toN...>::value;
9149 template <int N0, int... N1toN>
9150 struct sum<N0, N1toN...>
9152 static constexpr auto value = N0 + sum<N1toN...>::value;
9505 template <int N0, int... N1toN>
9506 struct sum<N0, N1toN...>
9508 static constexpr auto value = N0 + sum<N1toN...>::value;
10320 template <int N0, int... N1toN>
10321 struct sum<N0, N1toN...>
10323 static constexpr auto value = N0 + sum<N1toN...>::value;
11144 template <int N0, int... N1toN>
11145 struct sum<N0, N1toN...>
11147 static constexpr auto value = N0 + sum<N1toN...>::value;