Navigation:
Up
,
Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
,
Acknowledging CGAL
CGAL::Creator_1<Arg, Result>
Definition
The concept
Creator_1<Arg, Result>
defines types and operations for creating objects from one argument.
#include <CGAL/function_objects.h>
Requirements
Arg
is convertible to
Result
.
Creator_1<Arg, Result>::argument_type
type of argument.
Creator_1<Arg, Result>::result_type
type of object to create.
result_type
c.operator() ( argument_type a) const
returns
result_type(a)
.
Next:
Creator_2<Arg1, Arg2, 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.