mirror of https://github.com/CGAL/cgal
typo and italic for example
This commit is contained in:
parent
b8dea1044f
commit
cf95631f01
|
|
@ -18,8 +18,8 @@ bidirectional or random-access. The category can be queried using
|
|||
the concepts \ccc{Range} and \ccc{ConstRange} do not require anything on
|
||||
the category or the value type of the iterator. It must be precised in the
|
||||
documentation of any model of these concepts. For example, in the case of a vector of points, one would say:
|
||||
This type is a model of \ccc{Range} concept, its iterator type is random-access
|
||||
and its value type is \ccc{Point}.
|
||||
\textit{This type is a model of \ccc{Range} concept, its iterator type is random-access
|
||||
and its value type is \ccc{Point}}.
|
||||
|
||||
Boost also offers the
|
||||
\ccAnchor{http://www.boost.org/libs/range/}{Boost.Range library}
|
||||
|
|
@ -64,6 +64,6 @@ Boost's Range concept
|
|||
\def\ccTagRmTrailingConst{\ccTrue}
|
||||
|
||||
\ccHasModels
|
||||
STL containers\\
|
||||
STL containers
|
||||
|
||||
\end{ccRefConcept}
|
||||
|
|
|
|||
Loading…
Reference in New Issue