Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL::Creator_uniform_8<Arg, Result>
Definition
The concept
Creator_uniform_8<Arg, Result>
defines types and operations for creating objects from eight arguments of the same type.
#include <
CGAL/function_objects.h
>
Requirements
Result
defines a constructor from eight
Arg
arguments.
Creator_uniform_8<Arg, Result>::argument_type
type of arguments; typedef to
Arg
.
Creator_uniform_8<Arg, Result>::result_type
type of object to create; typedef to
Result
.
result_type
c.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)
const
returns
result_type(a1, a2, a3, a4, a5, a6, a7, a8)
.
Next:
Creator_uniform_9<Arg, Result>
Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL Open Source Project
. Release 3.7. 14 October 2010.