template<typename parslist>
FX::Generic::BoundFunctor< parslist >::BoundFunctor ( const Functor< parslist > &  _functor,
P1  p1,
P2  p2 
) [inline]

Constructs a bound functor calling _functor with two parameters.

Definition at line 1843 of file FXGenericTools.h.

01843                                                                   : myfunctor(_functor.copy())
01844     {
01845 #endif
01846         TL::instance<0>(parvals).value=p1;
01847         TL::instance<1>(parvals).value=p2;
01848     }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:58 2009 for TnFOX by doxygen v1.4.7