CGAL 5.0 - STL Extensions for CGAL
|
#include <CGAL/function_objects.h>
The class Creator_uniform_2
defines types and operations for creating objects from two arguments of the same type.
Result | must define a constructor from two Arg arguments. |
Requirements | |
typedef Arge | argument_type |
type of arguments. | |
typedef Result | result_type |
type of object to create. | |
result_type | operator() (argument_type a1, argument_type a2) const |
returns result_type(a1, a2) . | |