template<class type>
template<class L, class I>
void FX::Pol::itMove< type >::move ( L &  list,
to,
I &  from 
) const [inline]

Definition at line 189 of file FXPolicies.h.

00190     {
00191         list.splice(to, list, from);
00192         from=--to;
00193     }


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