#include <CGAL/function_objects.h>
Creator_uniform_2<Arg, Result>::argument_type | |
type of arguments; typedef to
Arg.
| |
Creator_uniform_2<Arg, Result>::result_type | |
type of object to create; typedef to
Result.
|
result_type | c.operator() ( argument_type a1, argument_type a2) const | |
returns result_type(a1, a2). |