CGAL 6.3 - STL Extensions for CGAL
Loading...
Searching...
No Matches
CGAL::cpp98 Namespace Reference

Classes

struct  unary_function
 Replacement for std::unary_function that is deprecated since C++11, and removed from C++17. More...
struct  binary_function
 Replacement for std::binary_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.
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.