mirror of https://github.com/CGAL/cgal
BUGFIX: fix bug in the documentation of tuple
This commit is contained in:
parent
b7c33d7b2e
commit
b60dc7514e
|
|
@ -29,11 +29,12 @@ is taken from Boost.
|
|||
|
||||
The parameters \ccStyle{...} are the value types.
|
||||
|
||||
\ccHeading{Free functions}
|
||||
\ccHeading{Free functions and helper classes}
|
||||
|
||||
Some free functions part of the standard interface of \ccc{tuple} are also
|
||||
brought in namespace \ccc{CGAL::cpp0x} with using declarations. These are \ccc{make_tuple},
|
||||
\ccc{get}, \ccc{tie}, \ccc{tuple_size} and \ccc{tuple_element}.
|
||||
brought in namespace \ccc{CGAL::cpp0x} with using declarations, these are \ccc{make_tuple},
|
||||
\ccc{get}, \ccc{tie}.
|
||||
Two standard helper classes are also provided for convenience (\ccc{tuple_size} and \ccc{tuple_element}).
|
||||
|
||||
\end{ccRefClass}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue