|
CGAL 5.1 - 2D and 3D Linear Geometry Kernel
|
#include <Concepts/FunctionObjectConcepts.h>
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.