|
ROOT 6.10/00 Reference Guide |
Classes | |
| struct | indices |
| struct | make_indices |
| struct | make_indices_impl |
| struct | make_indices_impl< I, indices< Indices...>, N > |
| struct | make_indices_impl< N, indices< Indices...>, N > |
Functions | |
| template<int I0, class F , int... I> | |
| constexpr std::array< decltype(std::declval < F >)(std::declval< int > ))), sizeof...(I)> | do_make (F f, indices< I...>) |
| template<int N, int I0 = 0, class F > | |
| constexpr std::array< decltype(std::declval < F >)(std::declval< int > ))), N > | make (F f) |
| constexpr std::array<decltype(std::declval<F>)(std::declval<int>))), sizeof...(I)> ROOT::Math::rowOffsetsUtils::do_make | ( | F | f, |
| indices< I...> | |||
| ) |
Definition at line 177 of file MatrixRepresentationsStatic.h.
| constexpr std::array<decltype(std::declval<F>)(std::declval<int>))), N> ROOT::Math::rowOffsetsUtils::make | ( | F | f | ) |
Definition at line 185 of file MatrixRepresentationsStatic.h.