CGAL::Swap<F,i>
Definition
The class Swap<F,i> is used to specify the type of a
functor where the arguments i and i+1 have been swapped.
The class is used in conjunction with the swap functions.
#include <CGAL/functional.h>
Types
Swap<F,i>::Type
|
|
the functor type.
|
Notes
This class encapsulates differences in
implementation across various platforms. But in any case, Type
refers to a model of AdaptableFunctor.
See Also
CGAL::swap_1
CGAL::swap_2
CGAL::swap_3
CGAL::swap_4
AdaptableFunctor