template<typename parslist>
Returns a copy of this functor.
Definition at line 1668 of file FXGenericTools.h. References FX::Generic::Functor< parslist >::Functor(), and FXERRHM. 01669 { 01670 ImplBase *newimpl(static_cast<ImplBase *>(fnimpl->copy())); 01671 FXERRHM(newimpl); 01672 return Functor(newimpl); 01673 }
|