mirror of https://github.com/CGAL/cgal
backquotes
This commit is contained in:
parent
8f18eb46f9
commit
310ce5affa
|
|
@ -7,7 +7,7 @@ Two types `A` and `B` are a model of the concept
|
||||||
`ImplicitInteroperable`, if there is a superior type, such that
|
`ImplicitInteroperable`, if there is a superior type, such that
|
||||||
binary arithmetic operations involving `A` and `B` result in
|
binary arithmetic operations involving `A` and `B` result in
|
||||||
this type. This type is \link CGAL::Coercion_traits::Type `CGAL::Coercion_traits<A,B>::Type`\endlink.
|
this type. This type is \link CGAL::Coercion_traits::Type `CGAL::Coercion_traits<A,B>::Type`\endlink.
|
||||||
In case types are RealEmbeddable this also implies that mixed compare operators are available.
|
In case types are `RealEmbeddable` this also implies that mixed compare operators are available.
|
||||||
|
|
||||||
The type \link CGAL::Coercion_traits::Type `CGAL::Coercion_traits<A,B>::Type`\endlink is required to be
|
The type \link CGAL::Coercion_traits::Type `CGAL::Coercion_traits<A,B>::Type`\endlink is required to be
|
||||||
implicit constructible from `A` and `B`.
|
implicit constructible from `A` and `B`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue