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