BUGFIX: fix bug in the documentation of tuple

This commit is contained in:
Sébastien Loriot 2011-08-25 10:40:35 +00:00
parent b7c33d7b2e
commit b60dc7514e
1 changed files with 4 additions and 3 deletions

View File

@ -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}