CGAL 5.1 - STL Extensions for CGAL

Classes

class  CGAL::CC_safe_handle< CC_iterator >
 
class  CGAL::Compact_container_base
 
class  CGAL::Compact_container< T, Allocator >
 
struct  CGAL::Compact_container_traits< T >
 
struct  CGAL::Concurrent_compact_container_traits< T >
 
class  CGAL::Concurrent_compact_container< T, Allocator >
 

Functions

template<typename CC_iterator >
CC_safe_handle< CC_iterator > CGAL::make_cc_safe_handle (CC_iterator iterator)
 

Function Documentation

◆ make_cc_safe_handle()

template<typename CC_iterator >
CC_safe_handle<CC_iterator> CGAL::make_cc_safe_handle ( CC_iterator  iterator)

#include <CGAL/CC_safe_handle.h>

The class make_cc_safe_handle function allows to build a CC_safe_handle from an iterator on a Compact_container (or Concurrent_compact_container).

See also
CC_safe_handle