CGAL::Bind<F,A,i>

Definition

The class Bind<F,A,i> is used to specify the type of a bound functor of type F, i.e., where the i-th argument is bound to some object of type A. The class is used in conjunction with the bind functions.

#include <CGAL/functional.h>

Types

Bind<F,A,i>::Type
the bound type.

Notes

This class encapsulates the differences in implementation of the binders across various platforms. But in any case, Type refers to a model of AdaptableFunctor.

See Also

CGAL::bind_1
CGAL::bind_2
CGAL::bind_3
CGAL::bind_4
CGAL::bind_5
AdaptableFunctor