10#ifndef ROOT_Minuit2_ABProd 
   11#define ROOT_Minuit2_ABProd 
   19template <
class M1, 
class M2>
 
   27   template <
class MI1, 
class MI2>
 
   40   template <
class MI1, 
class MI2>
 
   45   const M1 &
A()
 const { 
return fA; }
 
   46   const M2 &
B()
 const { 
return fB; }
 
 
   54template <
class atype, 
class A, 
class btype, 
class B, 
class T>
 
ABProd & operator=(const ABProd &)
 
ABProd(const ABProd< MI1, MI2 > &prod)
 
ABProd(const ABProd &prod)
 
ABProd & operator=(const ABProd< MI1, MI2 > &)
 
ABProd(const M1 &a, const M2 &b)
 
ABObj< mt, M, T > operator*(T f, const M &obj)
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...