Navigation:
Up
,
Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
,
Acknowledging CGAL
CGAL::Creator_2<Arg1, Arg2, Result>
Definition
The concept
Creator_2<Arg1, Arg2, Result>
defines types and operations for creating objects from two arguments.
#include <CGAL/function_objects.h>
Requirements
Result
defines a corresponding constructor.
Creator_2<Arg1, Arg2, Result>::argument1_type
type of first argument.
Creator_2<Arg1, Arg2, Result>::argument2_type
type of second argument.
Creator_2<Arg1, Arg2, Result>::result_type
type of object to create.
result_type
c.operator() ( argument_type1 a1, argument_type2 a2) const
returns
result_type(a1, a2)
.
Next:
Creator_3<Arg1, Arg2, Arg3, Result>
Navigation:
Up
,
Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
,
Acknowledging CGAL
CGAL Open Source Project
. Release 3.3.1. 25 August 2007.