template<
bool MustRemove, typename
TypeList>
struct ROOT::Internal::RDF::RemoveFirstParameterIf< MustRemove, TypeList >
type is TypeList if MustRemove is false, otherwise it is a TypeList with the first type removed
Definition at line 156 of file Utils.hxx.