mirror of https://github.com/CGAL/cgal
Formatting comment by Andreas.
This commit is contained in:
parent
b77b27a8ad
commit
2e17242ca3
|
|
@ -136,9 +136,9 @@ filtered by \ccc{Filtered_predicate}, know about it.
|
|||
|
||||
It can also be used in other contexts as well, as it is a general tool.
|
||||
|
||||
\section{Default types in template arguments lists}
|
||||
\section{Default Arguments in Template Parameter Lists}
|
||||
|
||||
In \CC, it is possible to specify defaults at the end of a template argument
|
||||
In \CC, it is possible to specify defaults at the end of a template parameter
|
||||
list. Specifying that one wishes to use the default is simply done by omitting
|
||||
it. This is however possible only at the end of the list. \ccc{CGAL::Default}
|
||||
provides a simple mechanism that performs something equivalent anywhere in the
|
||||
|
|
|
|||
Loading…
Reference in New Issue