CGAL 5.2 - STL Extensions for CGAL
CGAL::cpp98 Namespace Reference

Classes

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

Functions

template<class RandomAccessIterator , class RandomGenerator >
void random_shuffle (RandomAccessIterator begin, RandomAccessIterator end, RandomGenerator &random)
 Replacement for std::random_shuffle() which was deprecated in C++14, and removed by C++17. More...
 
template<class RandomAccessIterator >
void random_shuffle (RandomAccessIterator begin, RandomAccessIterator end)
 Replacement for std::random_shuffle() which was deprecated in C++14, and removed by C++17. More...