\( \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 4.13 - STL Extensions for CGAL
CGAL::cpp98::unary_function< ArgumentType, ResultType > Struct Template Reference

#include <CGAL/functional.h>

Definition

Replacement for std::unary_function that is deprecated since C++11, and removed from C++17.

Public Types

typedef ArgumentType argument_type
 
typedef ResultType result_type