CGAL 6.0 - 2D and 3D Linear Geometry Kernel
|
AdaptableBinaryFunction
Operations | |
A model of this concept must provide: | |
template<class T > | |
bool | operator() (T &t, const Kernel::Object_2 &o) |
assigns o to t if o was constructed from an object of type T . | |
bool Kernel::Assign_2::operator() | ( | T & | t, |
const Kernel::Object_2 & | o | ||
) |
assigns o
to t
if o
was constructed from an object of type T
.
Returns true
, if the assignment was possible.