Home | History | Annotate | Download | only in dist

Lines Matching refs:N1toN

6200     template <int N0, int... N1toN>
6201 struct sum<N0, N1toN...>
6203 static constexpr auto value = N0 + sum<N1toN...>::value;
6635 template <int N0, int... N1toN>
6636 struct sum<N0, N1toN...>
6638 static constexpr auto value = N0 + sum<N1toN...>::value;
7079 template <int N0, int... N1toN>
7080 struct sum<N0, N1toN...>
7082 static constexpr auto value = N0 + sum<N1toN...>::value;
7559 template <int N0, int... N1toN>
7560 struct sum<N0, N1toN...>
7562 static constexpr auto value = N0 + sum<N1toN...>::value;
7994 template <int N0, int... N1toN>
7995 struct sum<N0, N1toN...>
7997 static constexpr auto value = N0 + sum<N1toN...>::value;
8438 template <int N0, int... N1toN>
8439 struct sum<N0, N1toN...>
8441 static constexpr auto value = N0 + sum<N1toN...>::value;