template<typename parslist>
FX::Generic::Functor< parslist >::Functor ( Functor< parslist > &  o  )  [inline]

Definition at line 1643 of file FXGenericTools.h.

References FX::Generic::Functor< parslist >::fnimpl, FX::Generic::Functor< parslist >::Functor(), and std::move().

01643                         : fnimpl(o.fnimpl)
01644     {
01645 #endif
01646 #else
01647 private:
01648     Functor(const Functor &);       // disable copy constructor
01649 public:
01650     Functor(Functor &&o) : fnimpl(std::move(o.fnimpl))
01651     {
01652 #endif
01653         o.fnimpl=0;
01654     }


(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