CGAL 5.1 - STL Extensions for CGAL
CGAL::cpp98::binary_function< Arg1, Arg2, Result > Struct Template Reference

#include <CGAL/functional.h>

Definition

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

Public Types

typedef Arg1 first_argument_type
 
typedef Arg2 second_argument_type
 
typedef Result result_type