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 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
|
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:
|
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
|
\textit{This type is a model of \ccc{Range} concept, its iterator type is random-access
|
||||||
and its value type is \ccc{Point}.
|
and its value type is \ccc{Point}}.
|
||||||
|
|
||||||
Boost also offers the
|
Boost also offers the
|
||||||
\ccAnchor{http://www.boost.org/libs/range/}{Boost.Range library}
|
\ccAnchor{http://www.boost.org/libs/range/}{Boost.Range library}
|
||||||
|
|
@ -64,6 +64,6 @@ Boost's Range concept
|
||||||
\def\ccTagRmTrailingConst{\ccTrue}
|
\def\ccTagRmTrailingConst{\ccTrue}
|
||||||
|
|
||||||
\ccHasModels
|
\ccHasModels
|
||||||
STL containers\\
|
STL containers
|
||||||
|
|
||||||
\end{ccRefConcept}
|
\end{ccRefConcept}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue