Processing math: 0%
\newcommand{\E}{\mathrm{E}} \newcommand{\A}{\mathrm{A}} \newcommand{\R}{\mathrm{R}} \newcommand{\N}{\mathrm{N}} \newcommand{\Q}{\mathrm{Q}} \newcommand{\Z}{\mathrm{Z}} \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }
CGAL 5.0 - STL Extensions for CGAL
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
CGAL::Creator_uniform_5< Arg, Result > Class Template Reference

#include <CGAL/function_objects.h>

Definition

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

Template Parameters
Resultmust define a constructor from five 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) const
 returns result_type(a1, a2, a3, a4, a5).