CGAL 5.3.2 - 2D and 3D Linear Geometry Kernel
|
AdaptableFunctor
(with two arguments)Operations | |
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 . More... | |
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.