CGAL 5.1 - STL Extensions for CGAL
|
#include <CGAL/functional.h>
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 |
typedef Arg1 CGAL::cpp98::binary_function< Arg1, Arg2, Result >::first_argument_type |
typedef Result CGAL::cpp98::binary_function< Arg1, Arg2, Result >::result_type |
typedef Arg2 CGAL::cpp98::binary_function< Arg1, Arg2, Result >::second_argument_type |