ROOT
master
Reference Guide
Loading...
Searching...
No Matches
RHistUtils.hxx
Go to the documentation of this file.
1
/// \file
2
/// \warning This file contains implementation details that will change without notice. User code should never include
3
/// this header directly.
4
5
#ifndef ROOT_RHistUtils
6
#define ROOT_RHistUtils
7
8
namespace
ROOT
{
9
namespace
Experimental {
10
namespace
Internal
{
11
12
template
<
typename
T,
typename
...
Ts
>
13
struct
LastType
:
LastType
<Ts...> {};
14
template
<
typename
T>
15
struct
LastType
<T> {
16
using
type
= T;
17
};
18
19
}
// namespace Internal
20
}
// namespace Experimental
21
}
// namespace ROOT
22
23
#endif
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
ROOT::Minuit2::GradientParameterSpace::Internal
@ Internal
ROOT
Definition
EExecutionPolicy.hxx:4
ROOT::Experimental::Internal::LastType< T >::type
T type
Definition
RHistUtils.hxx:16
ROOT::Experimental::Internal::LastType
Definition
RHistUtils.hxx:13
hist
histv7
inc
ROOT
RHistUtils.hxx
ROOT master - Reference Guide Generated on Tue Sep 30 2025 15:30:49 (GVA Time) using Doxygen 1.10.0