CGAL 5.3 - STL Extensions for CGAL
CGAL::Creator_uniform_9< Arg, Result > Class Template Reference

#include <CGAL/function_objects.h>

Definition

The class Creator_uniform_9 defines types and operations for creating objects from nine arguments of the same type.

Template Parameters
Resultmust define a constructor from nine Arg arguments.

Requirements

typedef Arg argument_type
 type of arguments.
 
typedef Result result_type
 type of object to create.
 
result_type operator() (argument_type a1, argument_type a2, argument_type a3, argument_type a4, argument_type a5, argument_type a6, argument_type a7, argument_type a8, argument_type a9) const
 returns result_type(a1, a2, a3, a4, a5, a6, a7, a8, a9).