CGAL 4.7 - STL Extensions for CGAL
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Type Requirements
Class CGAL::Insert_iterator< Container >
Container provides a member function insert(const Container::const_reference&).
Member CGAL::min_max_element (ForwardIterator first, ForwardIterator last, CompareMin comp_min, CompareMax comp_max)
CompareMin and CompareMax are adaptable binary function objects: VT × VT bool where VT is the value type of ForwardIterator.
Member CGAL::Quadruple< T1, T2, T3, T4 >::Quadruple (U u, V v, W w, X x)
Proper conversion operators exist from U to T1, V to T2, W to T3, and X to T4.
Member CGAL::Triple< T1, T2, T3 >::Triple (U u, V v, W w)
Proper conversion operators exist from U to T1, V to T2, and W to T3.