ROOT
6.06/09
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 179 of file MatrixRepresentationsStatic.h.
constexpr std::array<decltype(std::declval<F>)(std::declval<int>))), N> ROOT::Math::rowOffsetsUtils::make | ( | F | f | ) |
Definition at line 187 of file MatrixRepresentationsStatic.h.
Referenced by TH2Editor::DoAddArr(), TH2Editor::DoAddBB(), TH2Editor::DoAddBox(), TH2Editor::DoAddCol(), TH2Editor::DoAddError(), TH2Editor::DoAddFB(), TH2Editor::DoAddPalette(), TH2Editor::DoAddScat(), TH2Editor::DoAddText(), TTree::SetMakeClass(), and TGraphEditor::SetModel().