\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
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 \( \times\) VT \( \rightarrow\) 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.