Home | History | Annotate | Download | only in meta

Lines Matching refs:apply

28   struct apply;
31 struct apply<Int<n>, Int<m>> {
38 struct apply {
43 struct apply<N1, Ints...> {
44 using type = Int<N1::value + apply<Ints...>::type::value>;
49 struct apply<N0, N1, N2, N3, N4, Ints...> {
50 using type = Int<N0::value + N1::value + N2::value + N3::value + N4::value + apply<Ints...>::type::value>;
56 struct apply;
59 struct apply<Int<n>, Int<m>> {
66 struct apply;
69 struct apply<Int<n>, Int<m>> {